diff options
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ()); |