]> granicus.if.org Git - python/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:39 +0000 (17:36 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 19 Aug 2013 15:36:39 +0000 (17:36 +0200)
commit85532eb2122bf32a90c6c26983d843b8223df37b
tree7dbc5ce89259b2adba8d13dd4684c60358793bc1
parent3c0a4f5def782dfca3f1a1ce4a739efa12faa1b0
parent4d98ca9ff6574d1a76d213b05d1e899e19a2add6
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