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

@ -161,6 +161,7 @@ struct {
int ignore_time_conflict;
int ignore_valid_from;
int ignore_crc_error;
int ignore_mdc_error;
int command_fd;
const char *override_session_key;
int show_session_key;