mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
test release
This commit is contained in:
parent
8ab0adb9f8
commit
8b10a87908
35 changed files with 297 additions and 401 deletions
|
@ -97,6 +97,7 @@ int string_to_digest_algo( const char *string );
|
|||
const char * pubkey_algo_to_string( int algo );
|
||||
const char * digest_algo_to_string( int algo );
|
||||
int check_pubkey_algo( int algo );
|
||||
int check_pubkey_algo2( int algo, unsigned usage );
|
||||
int check_digest_algo( int algo );
|
||||
|
||||
/*-- smallprime.c --*/
|
||||
|
|
|
@ -60,5 +60,6 @@
|
|||
#define G10ERR_DELETE_FILE 38
|
||||
#define G10ERR_UNEXPECTED 39
|
||||
#define G10ERR_TIME_CONFLICT 40
|
||||
#define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */
|
||||
|
||||
#endif /*G10_ERRORS_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue