STINNER Victor added the comment:
> The PyPy patch (and some discussion) is here:
Your patch checks at runtime if libssl comes with RAND_egd:
HAVE_OPENSSL_RAND_EGD = rffi_platform.Has('RAND_egd')
In CPython, the _ssl module is compiled in C. How can we check if libssl
provides RAND_egd() or not at compile time?
Is there a way to check if libssl is OpenSSL or LibreSSL?
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue21356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com