]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:21 +0000 (12:48 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 19:48:21 +0000 (12:48 -0700)
commit5d55d52b61f56522e616ac1423437d4e3f641ce6
tree4a660075ae54f683d76fcafca87a375dff427b7a
parentd8903416d223d01e23dfa8bffe48b1428d90d202
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