diff options
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 28571d16a8..1953bcda2f 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -15,7 +15,9 @@ #include <stdio.h> -#undef ENABLE_0119_PARANOIA +#undef ENABLE_0119_PARANOIA_A +#undef ENABLE_0119_PARANOIA_B +#undef ENABLE_0119_PARANOIA_C /** Length of the output of our message digest. */ #define DIGEST_LEN 20 |