1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Much stricter checking of the keyserver URI

IDEA warning for pk messages encrypted with IDEA (symmetric is already done)
Print IDEA warning for each occurance except for secret key protection and
unknown cipher from an encrypted message.
This commit is contained in:
David Shaw 2001-12-18 23:10:46 +00:00
parent b8f127c598
commit e8936126af
9 changed files with 48 additions and 15 deletions

View file

@ -48,7 +48,7 @@ extern int g10_errors_seen;
void print_pubkey_algo_note( int algo );
void print_cipher_algo_note( int algo );
void print_digest_algo_note( int algo );
void idea_cipher_warn(void);
void idea_cipher_warn( int show );
const char *get_temp_dir(void);
/*-- armor.c --*/