aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-01-10 21:12:06 +0000
committerNick Mathewson <nickm@torproject.org>2006-01-10 21:12:06 +0000
commit55ac4f032c7fb87bc14e1c9ad603126cf17885cb (patch)
tree457ed1d1021860d6acf2891957b571a75ff8c87f /src/common/crypto.h
parent210d9db54da7ae39abac0ade069c02bd2d88617f (diff)
downloadtor-55ac4f032c7fb87bc14e1c9ad603126cf17885cb.tar
tor-55ac4f032c7fb87bc14e1c9ad603126cf17885cb.tar.gz
Add a (diabled by default) option in crypto.h to disable most of the interesting crypto-related changes made on 0.1.1.9. This will help hunt bug 234.
svn:r5777
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index be53b964b..28571d16a 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. */