mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
5741aef3dc
We require openssl 0.9.7 or later, and RAND_poll() was first added in openssl 0.9.6.
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
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.
|
|
|