mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
patchlevel 2
This commit is contained in:
parent
cf783fe54c
commit
762d3d7197
24 changed files with 475 additions and 81 deletions
|
@ -88,7 +88,13 @@ int cipher_debug_mode;
|
|||
#define is_valid_pubkey_algo(a) ( (a) == PUBKEY_ALGO_ELGAMAL )
|
||||
#endif
|
||||
|
||||
|
||||
/*-- misc.c --*/
|
||||
int string_to_cipher_algo( const char *string );
|
||||
int string_to_pubkey_algo( const char *string );
|
||||
int string_to_digest_algo( const char *string );
|
||||
int check_cipher_algo( int algo );
|
||||
int check_pubkey_algo( int algo );
|
||||
int check_digest_algo( int algo );
|
||||
|
||||
/*-- md.c --*/
|
||||
int md_okay( int algo );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue