[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] I believe this resolves bug 234, the mysterious crash on 0....



Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common

Modified Files:
	crypto.h 
Log Message:
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.


Index: crypto.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/crypto.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -d -r1.76 -r1.77
--- crypto.h	22 Jan 2006 18:22:04 -0000	1.76
+++ crypto.h	2 Feb 2006 10:10:07 -0000	1.77
@@ -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. */