[or-cvs] r14950: Remov unused macro in crypto.c (tor/trunk/src/common)

nickm at seul.org nickm at seul.org
Wed Jun 4 18:41:08 UTC 2008


Author: nickm
Date: 2008-06-04 14:41:08 -0400 (Wed, 04 Jun 2008)
New Revision: 14950

Modified:
   tor/trunk/src/common/crypto.c
Log:
Remov unused macro in crypto.c

Modified: tor/trunk/src/common/crypto.c
===================================================================
--- tor/trunk/src/common/crypto.c	2008-06-04 18:38:37 UTC (rev 14949)
+++ tor/trunk/src/common/crypto.c	2008-06-04 18:41:08 UTC (rev 14950)
@@ -1684,9 +1684,6 @@
     OPENSSL_VERSION_NUMBER <= 0x00907fffl) ||   \
    (OPENSSL_VERSION_NUMBER >= 0x0090803fl))
 
-/* We could actually get away with calling RAND_poll */
-#define USE_RAND_POLL (HAVE_RAND_POLL && RAND_POLL_IS_SAFE)
-
 /** Seed OpenSSL's random number generator with bytes from the operating
  * system.  <b>startup</b> should be true iff we have just started Tor and
  * have not yet allocated a bunch of fds.  Return 0 on success, -1 on failure.



More information about the tor-commits mailing list