aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c
index c5506948a..08bbdc6fe 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -289,6 +289,7 @@ openpgp_md_test_algo( int algo )
return check_digest_algo(algo);
}
+#ifdef USE_IDEA
/* Special warning for the IDEA cipher */
void
idea_cipher_warn(int show)
@@ -303,6 +304,7 @@ idea_cipher_warn(int show)
warned=1;
}
}
+#endif
/* Expand %-strings. Returns a string which must be m_freed. Returns
NULL if the string cannot be expanded (too large). */