From a610374cb256fd2743b8cd956b7b430f916ee41a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Thu, 24 Feb 2000 19:33:58 +0000 Subject: [PATCH] mention that EGD is used in non-blocking mode. --- doc/crypto/RAND_egd.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1