]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for #40165 (openssl deprecation warnings)
authorNick Mathewson <nickm@torproject.org>
Wed, 28 Oct 2020 14:34:18 +0000 (10:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Oct 2020 14:34:22 +0000 (10:34 -0400)
changes/ticket40165 [new file with mode: 0644]

diff --git a/changes/ticket40165 b/changes/ticket40165
new file mode 100644 (file)
index 0000000..a8dd0a3
--- /dev/null
@@ -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.