summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-16 19:10:05 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-16 19:10:05 (GMT)
commit724f1a57231f9287c37255adf0e4364d12cf693d (patch)
treed802911645c3536a23c97ab1c06a33bc9f5692ba /Misc/NEWS.d/next/Library
parent336b3064d8981bc7f76c5cc6f6a0527df69771d6 (diff)
downloadcpython-724f1a57231f9287c37255adf0e4364d12cf693d.zip
cpython-724f1a57231f9287c37255adf0e4364d12cf693d.tar.gz
cpython-724f1a57231f9287c37255adf0e4364d12cf693d.tar.bz2
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
``OPENSSL_VERSION_1_1`` was never defined in ``_hashopenssl.c``. https://bugs.python.org/issue33936
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst b/Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst
new file mode 100644
index 0000000..7bc7fed
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst
@@ -0,0 +1,2 @@
+_hashlib no longer calls obsolete OpenSSL initialization function with
+OpenSSL 1.1.0+.