mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
We no longer need to detect openssl without RAND_poll()
We require openssl 0.9.7 or later, and RAND_poll() was first added in openssl 0.9.6.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
o Code simplification and refactoring:
|
||||
- Use macros to indicate OpenSSL versions, so we don't need to worry
|
||||
about accidental hexadecimal bit shifts.
|
||||
- Remove some workaround code for OpenSSL 0.9.6, which is no longer
|
||||
supported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user