summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-02 10:10:07 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-02 10:10:07 +0000
commit418dc7b16eec15f5641902e7675d691feb4eb002 (patch)
tree7162d99e519b07af0d8bd997f26a10bd39802c32
parente10ff0c23c05feb797fbda96198872b433eeee2d (diff)
downloadtor-418dc7b16eec15f5641902e7675d691feb4eb002.tar.gz
tor-418dc7b16eec15f5641902e7675d691feb4eb002.zip
I believe this resolves bug 234, the mysterious crash on 0.1.1.9
and later servers. I'm not sure yet, but better to have it in CVS while we speculate that it's the fix. svn:r5895
-rw-r--r--src/common/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index c9fe564507..02f9814118 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -17,7 +17,7 @@
#undef ENABLE_0119_PARANOIA_A
#undef ENABLE_0119_PARANOIA_B1
-#undef ENABLE_0119_PARANOIA_B2
+#define ENABLE_0119_PARANOIA_B2
#undef ENABLE_0119_PARANOIA_C
/** Length of the output of our message digest. */