mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add a generic IDEA warning for when the IDEA plugin is not present. This
pops up when the user uses "--cipher-algo idea", when setpref is used to set a "S1" preference, and when a secret key protected with IDEA is used. Tweak the --pgp2 mode to use this generic warning.
This commit is contained in:
parent
f1262d5742
commit
30481e5a17
7 changed files with 97 additions and 38 deletions
|
@ -48,6 +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);
|
||||
const char *get_temp_dir(void);
|
||||
|
||||
/*-- armor.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue