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
9df29b446d
commit
fcfcc611e7
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-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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue