aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 80f252f08..09e51d855 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2847,6 +2847,14 @@ main (int argc, char **argv )
log_info("%s\n",s);
}
#endif
+#ifdef USE_CAMELLIA
+ /* We better also print a runtime warning if people build it with
+ support for Camellia (which is not yet defiend by OpenPGP). */
+ log_info ("WARNING: This version has been build with support for the "
+ "Camellia cipher.\n");
+ log_info (" It is for testing only and is NOT for production "
+ "use!\n");
+#endif
if (opt.verbose > 2)
log_info ("using character set `%s'\n", get_native_charset ());