From: Ulf Möller Date: Thu, 24 Feb 2000 19:33:58 +0000 (+0000) Subject: mention that EGD is used in non-blocking mode. X-Git-Tag: OpenSSL_0_9_5beta2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a610374cb256fd2743b8cd956b7b430f916ee41a;p=openssl mention that EGD is used in non-blocking mode. --- diff --git a/doc/crypto/RAND_egd.pod b/doc/crypto/RAND_egd.pod index 2f4ff2b006..a40bd96198 100644 --- a/doc/crypto/RAND_egd.pod +++ b/doc/crypto/RAND_egd.pod @@ -18,7 +18,8 @@ EGD is available from http://www.lothar.com/tech/crypto/ (C to install). It is run as B I, where I is an absolute path designating a socket. When RAND_egd() is called with that path as an argument, it tries to read -random bytes that EGD has collected. +random bytes that EGD has collected. The read is performed in +non-blocking mode. =head1 RETURN VALUE