Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL

This commit is contained in:
Victor Stinner 2015-01-06 13:53:09 +01:00
parent a84079d57c
commit 3ce67a9560
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@ Random generation
See http://egd.sourceforge.net/ or http://prngd.sourceforge.net/ for sources
of entropy-gathering daemons.
Availability: not available with LibreSSL.
.. function:: RAND_add(bytes, entropy)
Mixes the given *bytes* into the SSL pseudo-random number generator. The