Changes file for #40165 (openssl deprecation warnings)

This commit is contained in:
Nick Mathewson 2020-10-28 10:34:18 -04:00
parent 2b4a3d07b2
commit 59f76a8a1f

5
changes/ticket40165 Normal file
View File

@ -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.