mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
* gpg.c (main): Fix typo. Noted by John Clizbe.
This commit is contained in:
parent
14d6d2c90c
commit
3b9eca640b
@ -1,5 +1,7 @@
|
|||||||
2007-07-19 David Shaw <dshaw@jabberwocky.com>
|
2007-07-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.c (main): Fix typo. Noted by John Clizbe.
|
||||||
|
|
||||||
* armor.c (parse_header_line): Improve test so that the header
|
* armor.c (parse_header_line): Improve test so that the header
|
||||||
test only allows "Hash" in the signed data section.
|
test only allows "Hash" in the signed data section.
|
||||||
|
|
||||||
|
@ -2850,7 +2850,7 @@ main (int argc, char **argv )
|
|||||||
#ifdef USE_CAMELLIA
|
#ifdef USE_CAMELLIA
|
||||||
/* We better also print a runtime warning if people build it with
|
/* We better also print a runtime warning if people build it with
|
||||||
support for Camellia (which is not yet defiend by OpenPGP). */
|
support for Camellia (which is not yet defiend by OpenPGP). */
|
||||||
log_info ("WARNING: This version has been build with support for the "
|
log_info ("WARNING: This version has been built with support for the "
|
||||||
"Camellia cipher.\n");
|
"Camellia cipher.\n");
|
||||||
log_info (" It is for testing only and is NOT for production "
|
log_info (" It is for testing only and is NOT for production "
|
||||||
"use!\n");
|
"use!\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user