diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 80a6539ec..0c9e17fc1 100644 --- a/g10/options.h +++ b/g10/options.h @@ -50,10 +50,12 @@ struct { int compress_sigs; int always_trust; int rfc1991; - unsigned emulate_bugs; /* bug emulation flags */ + unsigned emulate_bugs; /* bug emulation flags EMUBUG_xxxx */ } opt; +#define EMUBUG_GPGCHKSUM 1 + #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 */ |