1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

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

This commit is contained in:
David Shaw 2009-07-31 14:36:59 +00:00
parent 9df29b446d
commit fcfcc611e7
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-23 David Shaw <dshaw@jabberwocky.com> 2009-07-23 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find

View File

@ -3112,6 +3112,7 @@ main (int argc, char **argv)
} }
else if(PGP6) else if(PGP6)
{ {
opt.disable_mdc=1;
opt.escape_from=1; opt.escape_from=1;
opt.force_v3_sigs=1; opt.force_v3_sigs=1;
opt.ask_sig_expire=0; opt.ask_sig_expire=0;