]> granicus.if.org Git - python/commitdiff
Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 12:53:09 +0000 (13:53 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 12:53:09 +0000 (13:53 +0100)
Doc/library/ssl.rst

index cd237012605bc24e33fc881b2864ac581dc32043..dc2932aead910cecce58c29bf74ae52554fb29d9 100644 (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