From 3ce67a956083a1280e6aace0f7115cac9f2f32dd Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 6 Jan 2015 13:53:09 +0100 Subject: Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL --- Doc/library/ssl.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12