Message226819
> 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? |
|
Date |
User |
Action |
Args |
2014-09-12 13:50:54 | mgorny | set | recipients:
+ mgorny, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, flox, rpointel, oberstet, dstufft, Edd.Barrett |
2014-09-12 13:50:54 | mgorny | set | messageid: <1410529854.55.0.133087413488.issue21356@psf.upfronthosting.co.za> |
2014-09-12 13:50:54 | mgorny | link | issue21356 messages |
2014-09-12 13:50:54 | mgorny | create | |
|