aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-12-04 04:34:08 +0000
committerDavid Shaw <[email protected]>2003-12-04 04:34:08 +0000
commit3c40fd65d6efc2e1e6c505b52cb3655c3643464f (patch)
tree9f33e86b80a8282d84453269a26a7a95138fbc72 /g10/g10.c
parent* NEWS: Note --disable-rsa. (diff)
downloadgnupg-3c40fd65d6efc2e1e6c505b52cb3655c3643464f.tar.gz
gnupg-3c40fd65d6efc2e1e6c505b52cb3655c3643464f.zip
* options.h, g10.c (main), main.h, seskey.c (do_encode_md,
encode_md_value), sig-check.c (do_check), sign.c (do_sign): Remove --emulate-md-encode-bug as it only applied to Elgamal signatures, which are going away.
Diffstat (limited to '')
-rw-r--r--g10/g10.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/g10/g10.c b/g10/g10.c
index f449dde66..8e1051cec 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -317,7 +317,6 @@ enum cmd_and_opt_values
oPersonalCipherPreferences,
oPersonalDigestPreferences,
oPersonalCompressPreferences,
- oEmuMDEncodeBug,
oDisplay,
oTTYname,
oTTYtype,
@@ -642,7 +641,6 @@ static ARGPARSE_OPTS opts[] = {
{ oPersonalCipherPreferences, "personal-cipher-prefs", 2, "@"},
{ oPersonalDigestPreferences, "personal-digest-prefs", 2, "@"},
{ oPersonalCompressPreferences, "personal-compress-prefs", 2, "@"},
- { oEmuMDEncodeBug, "emulate-md-encode-bug", 0, "@"},
{ oDisplay, "display", 2, "@" },
{ oTTYname, "ttyname", 2, "@" },
{ oTTYtype, "ttytype", 2, "@" },
@@ -662,11 +660,9 @@ static ARGPARSE_OPTS opts[] = {
{ opcscDriver, "pcsc-driver", 2, "@"},
{ oDisableCCID, "disable-ccid", 0, "@"},
-
{0} };
-
int g10_errors_seen = 0;
static int utf8_strings = 0;
@@ -1673,7 +1669,6 @@ main( int argc, char **argv )
case oPGP7: opt.compliance = CO_PGP7; break;
case oPGP8: opt.compliance = CO_PGP8; break;
case oGnuPG: opt.compliance = CO_GNUPG; break;
- case oEmuMDEncodeBug: opt.emulate_bugs |= EMUBUG_MDENCODE; break;
case oCompressSigs: opt.compress_sigs = 1; break;
case oRunAsShmCP:
#ifndef __riscos__