]> granicus.if.org Git - python/commit
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2019 19:48:03 +0000 (12:48 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 19:48:03 +0000 (12:48 -0700)
commit1ecc75ad1cdf458c2aa7192844e83c4665a5f9b5
tree9c8351fb0aa9356e676f32c39bcd85ca620d8d75
parent917c622b537d770a8f513607165a5cce134b1dab
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
(cherry picked from commit 724f1a57231f9287c37255adf0e4364d12cf693d)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2019-09-14-10-34-00.bpo-33936.8wCI_n.rst [new file with mode: 0644]
Modules/_hashopenssl.c