New submission from Quentin Minster <[email protected]>:
I'm getting a compile error in Modules/_hashopenssl.c because the file uses some pre-1.1.0 APIs even though I'm running OpenSSL 1.1.0. This is because this file doesn't define the OPENSSL_VERSION_1_1 macro, like Modules/_ssl.c does. ---------- components: Extension Modules messages: 320207 nosy: laomaiweng priority: normal severity: normal status: open title: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c type: compile error _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33936> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
