1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-12 23:01:14 +01:00

* gpg.c (main): --pgp6 includes --disable-mdc.

This commit is contained in:
David Shaw 2009-07-31 14:34:55 +00:00
parent 930e910ad7
commit 3f95e31e5d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-07-31 David Shaw <dshaw@jabberwocky.com>
* gpg.c (main): --pgp6 includes --disable-mdc.
2009-07-29 Werner Koch <wk@g10code.com>
* keygen.c (keygen_set_std_prefs): Remove RMD-160 from the list.

View File

@ -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;