diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-24 20:33:58 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-24 20:33:58 +0100 |
commit | a610374cb256fd2743b8cd956b7b430f916ee41a (patch) | |
tree | a2d8a0b29b765be2e2916033119239dfb695fa25 /doc/crypto/RAND_egd.pod | |
parent | Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES. (diff) | |
download | openssl-a610374cb256fd2743b8cd956b7b430f916ee41a.tar.xz openssl-a610374cb256fd2743b8cd956b7b430f916ee41a.zip |
mention that EGD is used in non-blocking mode.
Diffstat (limited to 'doc/crypto/RAND_egd.pod')
-rw-r--r-- | doc/crypto/RAND_egd.pod | 3 |
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 |