1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error

option to turn a MDC check error into a warning.
This commit is contained in:
David Shaw 2002-08-06 17:57:53 +00:00
parent 58b0a36d6b
commit 63a71c1ff9
5 changed files with 11 additions and 3 deletions

View file

@ -630,7 +630,7 @@ write_pubkey_enc_from_list( PK_LIST pk_list, DEK *dek, IOBUF out )
if(opt.throw_keyid && (opt.pgp2 || opt.pgp6 || opt.pgp7))
{
log_info(_("you may not use %s while in %s mode\n"),
"throw-keyid",
"--throw-keyid",
opt.pgp2?"--pgp2":opt.pgp6?"--pgp6":"--pgp7");
log_info(_("this message may not be usable by %s\n"),