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 christian.heimes
Recipients christian.heimes
Date 2021-04-10.09:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618047260.96.0.943530034595.issue43799@roundup.psfhosted.org>
In-reply-to
Content
OpenSSL 1.1 introduced the macro OPENSSL_API_COMPAT to select which APIs are exposed and which deprecation warnings are shown. https://www.openssl.org/docs/manmaster/man7/OPENSSL_API_COMPAT.html

"#define OPENSSL_API_COMPAT 0x10101000L" suppresses warnings for APIs that are available in 1.1.1 and deprecated in 3.0.0.
History
Date User Action Args
2021-04-10 09:34:20christian.heimessetrecipients: + christian.heimes
2021-04-10 09:34:20christian.heimessetmessageid: <1618047260.96.0.943530034595.issue43799@roundup.psfhosted.org>
2021-04-10 09:34:20christian.heimeslinkissue43799 messages
2021-04-10 09:34:20christian.heimescreate