diff options
author | David Shaw <[email protected]> | 2009-07-31 14:36:59 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2009-07-31 14:36:59 +0000 |
commit | fcfcc611e711f33c6f5cc1fe66e461460a68a298 (patch) | |
tree | a98dcc2cd9a52500d66716ec6617510f9863dc5e /g10/gpg.c | |
parent | * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn't (diff) | |
download | gnupg-fcfcc611e711f33c6f5cc1fe66e461460a68a298.tar.gz gnupg-fcfcc611e711f33c6f5cc1fe66e461460a68a298.zip |
* gpg.c (main): --pgp6 includes --disable-mdc.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3112,6 +3112,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; |