mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c (main): Accept "s1" in addition to "idea" to match the other
ciphers. * main.h, misc.c (idea_cipher_warn): We don't need this if IDEA has been disabled.
This commit is contained in:
parent
874fc78920
commit
6f41d06841
4 changed files with 17 additions and 1 deletions
|
@ -72,7 +72,12 @@ int openpgp_cipher_test_algo( int algo );
|
|||
int openpgp_pk_test_algo( int algo, unsigned int usage_flags );
|
||||
int openpgp_pk_algo_usage ( int algo );
|
||||
int openpgp_md_test_algo( int algo );
|
||||
|
||||
#ifdef USE_IDEA
|
||||
void idea_cipher_warn( int show );
|
||||
#else
|
||||
#define idea_cipher_warn(a)
|
||||
#endif
|
||||
|
||||
struct expando_args
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue