diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/options.h b/g10/options.h index ed8e122a3..e810adfb9 100644 --- a/g10/options.h +++ b/g10/options.h @@ -378,9 +378,8 @@ EXTERN_UNLESS_MAIN_MODULE int memory_debug_mode; EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode; /* Compatibility flags */ -#define COMPAT_PARALLELIZED 1 - -/* #define COMPAT_FOO 2 */ +#define COMPAT_PARALLELIZED 1 /* Use threaded hashing for signatures. */ +#define COMPAT_T7014_OLD 2 /* Use initial T7014 test data. */ /* Compliance test macors. */ |