]> 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:29 +0000 (17:36 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 19 Aug 2013 15:36:29 +0000 (17:36 +0200)
commit10107813acc9a9c5895f4e00e264bc605443c538
treeef38953180e613b3cff2253435fd1be4e73e316c
parentf65d454a5e8355663c84589b5c6b347e3552e9e5
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