]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remov unused macro in crypto.c
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Jun 2008 18:41:08 +0000 (18:41 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Jun 2008 18:41:08 +0000 (18:41 +0000)
svn:r14950

src/common/crypto.c

index 55893fd98b85f97da8b378fd5c1271c7e94c851d..18c5b81e0afb7b67b9500624563b0a33126864ba 100644 (file)
@@ -1684,9 +1684,6 @@ crypto_dh_free(crypto_dh_env_t *dh)
     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.