From 418dc7b16eec15f5641902e7675d691feb4eb002 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 2 Feb 2006 10:10:07 +0000 Subject: [PATCH] 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 --- src/common/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */