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 pitrou
Recipients alex, christian.heimes, dstufft, geoffreyspear, mark.dickinson, ncoghlan, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2014-04-14.17:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <534C1A70.3020402@free.fr>
In-reply-to <1397496300.14.0.976511282438.issue21015@psf.upfronthosting.co.za>
Content
> The docs[1] for SSL_set_ecdh_auto say: "These functions were first
added to OpenSSL 1.0.2." From looking at Modules/_ssl.c, it looks as
though we're trying to use them when the version is >= 0.9.8.

If that was the issue at hand we would get a compile error, no?
History
Date User Action Args
2014-04-14 17:27:15pitrousetrecipients: + pitrou, mark.dickinson, ncoghlan, vstinner, christian.heimes, ned.deily, alex, skrah, geoffreyspear, python-dev, dstufft
2014-04-14 17:27:15pitroulinkissue21015 messages
2014-04-14 17:27:15pitroucreate