commit | 724f1a57231f9287c37255adf0e4364d12cf693d | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Mon Sep 16 21:10:05 2019 +0200 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 16 12:10:05 2019 -0700 |
tree | d802911645c3536a23c97ab1c06a33bc9f5692ba | |
parent | 336b3064d8981bc7f76c5cc6f6a0527df69771d6 [diff] |
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