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 mgorny
Recipients Edd.Barrett, christian.heimes, dstufft, flox, giampaolo.rodola, janssen, mgorny, oberstet, pitrou, rpointel, vstinner
Date 2014-09-12.13:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410529854.55.0.133087413488.issue21356@psf.upfronthosting.co.za>
In-reply-to
Content
> In CPython, the _ssl module is compiled in C. How can we check if libssl provides RAND_egd() or not at compile time?

How about... checking whether the function is provided? Unless I'm missing some major point, AC_CHECK_FUNC should be good enough.

> Is there a way to check if libssl is OpenSSL or LibreSSL?

Why would you want to do that? Do you want to make silly assumptions on API depending on provider name, and then add extra conditionals for versions?
History
Date User Action Args
2014-09-12 13:50:54mgornysetrecipients: + mgorny, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, flox, rpointel, oberstet, dstufft, Edd.Barrett
2014-09-12 13:50:54mgornysetmessageid: <1410529854.55.0.133087413488.issue21356@psf.upfronthosting.co.za>
2014-09-12 13:50:54mgornylinkissue21356 messages
2014-09-12 13:50:54mgornycreate