commit 59f76a8a1fd0fffe3ccf083bcad49435d6226a8e parent 2b4a3d07b25ae9c284a1f130de71940242b78bb7 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 28 Oct 2020 10:34:18 -0400 Changes file for #40165 (openssl deprecation warnings) Diffstat:
| A | changes/ticket40165 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket40165 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.