diff options
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 */ |