aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-05 15:08:05 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-10 10:40:31 -0500
commit5741aef3dc0dc245ab930c21b277a5a829c9970d (patch)
tree4c0db59242bb3d19ceefc13927f9325cb5c4809b /changes
parent85c7d7659ea1b9c99c13596e943260ad2e396483 (diff)
downloadtor-5741aef3dc0dc245ab930c21b277a5a829c9970d.tar.gz
tor-5741aef3dc0dc245ab930c21b277a5a829c9970d.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/readable_ssl_versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/readable_ssl_versions b/changes/readable_ssl_versions
index 8c8e06c9e7..f34998c08f 100644
--- a/changes/readable_ssl_versions
+++ b/changes/readable_ssl_versions
@@ -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.