summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-24 19:33:58 +0000
committerUlf Möller <ulf@openssl.org>2000-02-24 19:33:58 +0000
commita610374cb256fd2743b8cd956b7b430f916ee41a (patch)
treea2d8a0b29b765be2e2916033119239dfb695fa25 /doc/crypto
parenta7b991bd68d16c65b4bc9616e0af3376e9670fe0 (diff)
mention that EGD is used in non-blocking mode.
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/RAND_egd.pod3
1 files changed, 2 insertions, 1 deletions
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<perl
Makefile.PL; make; make install> to install). It is run as B<egd>
I<path>, where I<path> 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