]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Dec 2011 08:27:41 +0000 (09:27 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Dec 2011 08:27:41 +0000 (09:27 +0100)
commit501da61671f88032cfde9b81060ddd82d22bf8ec
treef44c4c48aa3fe76eb688ccdf6639507d629c3036
parent822c790527eb4601e7303199ad78be4c9eb9bb72
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
(followup to issue #13627)
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Modules/_ssl.c