Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
This commit is contained in:
parent
a84079d57c
commit
3ce67a9560
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue