From 3c40fd65d6efc2e1e6c505b52cb3655c3643464f Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 4 Dec 2003 04:34:08 +0000 Subject: * 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. --- g10/g10.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'g10/g10.c') 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__ -- cgit v1.2.3