summaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-01-17 23:08:38 +0000
committerNick Mathewson <nickm@torproject.org>2006-01-17 23:08:38 +0000
commit241310bbac2225eb7307a50f153cc55d23ea7fa7 (patch)
treead9dd853e8ae911252b9b94b57b551aeedb73873 /src/common/crypto.h
parent2be4f537f7f5d521ce7bcbb71e0a68efd7cfbcb4 (diff)
downloadtor-241310bbac2225eb7307a50f153cc55d23ea7fa7.tar.gz
tor-241310bbac2225eb7307a50f153cc55d23ea7fa7.zip
Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?"
svn:r5840
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h4
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