diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-28 10:34:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-28 10:34:22 -0400 |
commit | 59f76a8a1fd0fffe3ccf083bcad49435d6226a8e (patch) | |
tree | 4ed302f61ab51c08b30d6cf3e0200f3ba171400e /changes/ticket40165 | |
parent | 2b4a3d07b25ae9c284a1f130de71940242b78bb7 (diff) | |
download | tor-59f76a8a1fd0fffe3ccf083bcad49435d6226a8e.tar.gz tor-59f76a8a1fd0fffe3ccf083bcad49435d6226a8e.zip |
Changes file for #40165 (openssl deprecation warnings)
Diffstat (limited to 'changes/ticket40165')
-rw-r--r-- | changes/ticket40165 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40165 b/changes/ticket40165 new file mode 100644 index 0000000000..a8dd0a339b --- /dev/null +++ b/changes/ticket40165 @@ -0,0 +1,5 @@ + o Minor features (compilation): + - Disable deprecation warnings when building with OpenSSL 3.0.0 or later. + There are a number of newly deprecated APIs in OpenSSL 3.0.0 that Tor + still requires. (A later version of Tor will try to stop depending on + these.) Closes ticket 40165. |