diff options
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index be53b964bb..28571d16a8 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -15,6 +15,8 @@ #include <stdio.h> +#undef ENABLE_0119_PARANOIA + /** Length of the output of our message digest. */ #define DIGEST_LEN 20 /** Length of our symmetric cipher's keys. */ |