diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-19 16:14:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-20 15:27:36 -0400 |
commit | 971f0f8e18c0f3ea9f2aa74a54951235269a1cd1 (patch) | |
tree | 2603e7b90ee0bc533d9da46e3d12b59d77075bbd /changes/ticket16034 | |
parent | f0a0568e7f77224dea9ecbc22ca159a12e75d4a9 (diff) | |
download | tor-971f0f8e18c0f3ea9f2aa74a54951235269a1cd1.tar.gz tor-971f0f8e18c0f3ea9f2aa74a54951235269a1cd1.zip |
Remove code to support OpenSSL 0.9.8
Diffstat (limited to 'changes/ticket16034')
-rw-r--r-- | changes/ticket16034 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket16034 b/changes/ticket16034 new file mode 100644 index 0000000000..b909946cd4 --- /dev/null +++ b/changes/ticket16034 @@ -0,0 +1,6 @@ + o Removed features: + + - Tor no longer supports versions of OpenSSL before 1.0. (If you + are on an operating system that has not upgraded to OpenSSL 1.0 + or later, and you compile Tor from source, you will need to + install a more recent OpenSSL to link Tor against.) |