]> granicus.if.org Git - python/commit
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
authorChristian Heimes <christian@python.org>
Mon, 16 Sep 2019 19:10:05 +0000 (21:10 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2019 19:10:05 +0000 (12:10 -0700)
commit724f1a57231f9287c37255adf0e4364d12cf693d
treed802911645c3536a23c97ab1c06a33bc9f5692ba
parent336b3064d8981bc7f76c5cc6f6a0527df69771d6
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
Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst [new file with mode: 0644]
Modules/_hashopenssl.c