diff options
author | David Shaw <[email protected]> | 2003-12-04 04:34:08 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-12-04 04:34:08 +0000 |
commit | 3c40fd65d6efc2e1e6c505b52cb3655c3643464f (patch) | |
tree | 9f33e86b80a8282d84453269a26a7a95138fbc72 /g10/options.h | |
parent | * NEWS: Note --disable-rsa. (diff) | |
download | gnupg-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/options.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/options.h b/g10/options.h index f7b3a8f7e..7f7585f55 100644 --- a/g10/options.h +++ b/g10/options.h @@ -103,7 +103,6 @@ struct { CO_GNUPG=0, CO_RFC2440, CO_RFC1991, CO_PGP2, CO_PGP6, CO_PGP7, CO_PGP8 } compliance; int pgp2_workarounds; - unsigned int emulate_bugs; /* bug emulation flags EMUBUG_xxxx */ int shm_coprocess; const char *set_filename; STRLIST comments; @@ -196,9 +195,6 @@ struct { } opt; - -#define EMUBUG_MDENCODE 4 - #define DBG_PACKET_VALUE 1 /* debug packet reading/writing */ #define DBG_MPI_VALUE 2 /* debug mpi details */ #define DBG_CIPHER_VALUE 4 /* debug cipher handling */ |