mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
disable RAND_poll() for the alpha of the day; at least 24 hours of testing is in order for something like that.
svn:r5216
This commit is contained in:
parent
a53ecc94f9
commit
150e5ac098
@ -1581,7 +1581,8 @@ crypto_dh_free(crypto_dh_env_t *dh)
|
||||
|
||||
/* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user