summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-04-13 07:09:22 (GMT)
committerGitHub <noreply@github.com>2021-04-13 07:09:22 (GMT)
commitb71aaa0df0f3a9640b034b4774651cd8c54d2fb9 (patch)
treeae8753f2eadea8244acc93f1e1d033f96bb050bb /Misc
parentf396a1a940f8608a4be2a9ac4ef82e37c198ecd3 (diff)
downloadcpython-b71aaa0df0f3a9640b034b4774651cd8c54d2fb9.zip
cpython-b71aaa0df0f3a9640b034b4774651cd8c54d2fb9.tar.gz
cpython-b71aaa0df0f3a9640b034b4774651cd8c54d2fb9.tar.bz2
[3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25383)
Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit a4833883c9b81b6b272cc7c5b67fa1658b65304c)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-10-11-35-50.bpo-43799.1iV4pX.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-10-11-35-50.bpo-43799.1iV4pX.rst b/Misc/NEWS.d/next/Library/2021-04-10-11-35-50.bpo-43799.1iV4pX.rst
new file mode 100644
index 0000000..bd79519
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-04-10-11-35-50.bpo-43799.1iV4pX.rst
@@ -0,0 +1,2 @@
+OpenSSL 3.0.0: define ``OPENSSL_API_COMPAT`` 1.1.1 to suppress deprecation
+warnings. Python requires OpenSSL 1.1.1 APIs.