mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpg.c (main): --pgp6 includes --disable-mdc.
This commit is contained in:
parent
930e910ad7
commit
3f95e31e5d
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue