mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add an extra warning for Camellia.
Minor W32 fix Address change.
This commit is contained in:
parent
3be2eb4b35
commit
66c5c46b95
36 changed files with 3968 additions and 3925 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 ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue