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:
Nick Mathewson
2012-01-05 15:08:05 -05:00
parent 85c7d7659e
commit 5741aef3dc
2 changed files with 3 additions and 9 deletions
+2
View File
@@ -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.