From 5741aef3dc0dc245ab930c21b277a5a829c9970d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jan 2012 15:08:05 -0500 Subject: 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. --- changes/readable_ssl_versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf