diff options
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/gpg.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index b24d1177a..63d1a6315 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2009-07-31 David Shaw <[email protected]> + + * gpg.c (main): --pgp6 includes --disable-mdc. + 2009-07-29 Werner Koch <[email protected]> * keygen.c (keygen_set_std_prefs): Remove RMD-160 from the list. @@ -3058,6 +3058,7 @@ main (int argc, char **argv ) } else if(PGP6) { + opt.disable_mdc=1; opt.escape_from=1; opt.force_v3_sigs=1; opt.ask_sig_expire=0; |