]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
authorChristian Heimes <christian@cheimes.de>
Mon, 19 Aug 2013 15:36:29 +0000 (17:36 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 19 Aug 2013 15:36:29 +0000 (17:36 +0200)
commit4d98ca9ff6574d1a76d213b05d1e899e19a2add6
treeb57e9bdfe0b633d06134a8effc53dd85481ea59a
parente0f0cf406757cea35db0aeaad592c2418d521b45
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
Misc/NEWS
Modules/_ssl.c