This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author laomaiweng
Recipients laomaiweng
Date 2018-06-22.02:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529635821.29.0.56676864532.issue33936@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-22 02:50:21laomaiwengsetrecipients: + laomaiweng
2018-06-22 02:50:21laomaiwengsetmessageid: <1529635821.29.0.56676864532.issue33936@psf.upfronthosting.co.za>
2018-06-22 02:50:21laomaiwenglinkissue33936 messages
2018-06-22 02:50:21laomaiwengcreate