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 Edd.Barrett, christian.heimes, dstufft, flox, giampaolo.rodola, janssen, mgorny, oberstet, pitrou, rpointel, vstinner
Date 2014-09-12.18:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410545157.68.0.0210489025714.issue21356@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless I'm missing some major point, AC_CHECK_FUNC should be good enough.

Building extension modules such as ssl doesn't involve autoconf.

> Do you want to make silly assumptions on API depending on provider name, and then add extra conditionals for versions?

Arguably it would be better if LibreSSL exposed the same API as OpenSSL. We're not responsible for the discrepancy here.
History
Date User Action Args
2014-09-12 18:05:57pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, christian.heimes, flox, mgorny, rpointel, oberstet, dstufft, Edd.Barrett
2014-09-12 18:05:57pitrousetmessageid: <1410545157.68.0.0210489025714.issue21356@psf.upfronthosting.co.za>
2014-09-12 18:05:57pitroulinkissue21356 messages
2014-09-12 18:05:57pitroucreate