diff options
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 418653460..c41d783ff 100644 --- a/g10/main.h +++ b/g10/main.h @@ -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 { |