summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-06 12:53:09 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-01-06 12:53:09 (GMT)
commit3ce67a956083a1280e6aace0f7115cac9f2f32dd (patch)
treee9fb8f219a22702bd3f5acb88eae80e9db0238e4 /Doc
parenta84079d57c7d0f39ef44dbaa0af3777f4288af83 (diff)
downloadcpython-3ce67a956083a1280e6aace0f7115cac9f2f32dd.zip
cpython-3ce67a956083a1280e6aace0f7115cac9f2f32dd.tar.gz
cpython-3ce67a956083a1280e6aace0f7115cac9f2f32dd.tar.bz2
Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index cd23701..dc2932a 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -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