[or-cvs] disable RAND_poll() for the alpha of the day; at least 24 h...
Nick Mathewson
nickm at seul.org
Fri Oct 7 19:17:22 UTC 2005
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv25204/src/common
Modified Files:
crypto.c
Log Message:
disable RAND_poll() for the alpha of the day; at least 24 hours of testing is in order for something like that.
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- crypto.c 7 Oct 2005 19:03:09 -0000 1.165
+++ crypto.c 7 Oct 2005 19:17:20 -0000 1.166
@@ -1581,7 +1581,8 @@
/* Use RAND_poll if openssl is 0.9.6 release or later. (The "f" means
"release".) */
-#define USE_RAND_POLL (OPENSSL_VERSION_NUMBER >= 0x0090600fl)
+// #define USE_RAND_POLL (OPENSSL_VERSION_NUMBER >= 0x0090600fl)
+#define USE_RAND_POLL 0
/** Seed OpenSSL's random number generator with bytes from the
* operating system. Return 0 on success, -1 on failure.
More information about the tor-commits
mailing list