mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
This commit is contained in:
parent
a84079d57c
commit
3ce67a9560
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue