mention that EGD is used in non-blocking mode.
authorUlf Möller <ulf@openssl.org>
Thu, 24 Feb 2000 19:33:58 +0000 (19:33 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 24 Feb 2000 19:33:58 +0000 (19:33 +0000)
doc/crypto/RAND_egd.pod

index 2f4ff2b00624f6b557ce709baa7147a1e2522650..a40bd96198861e3259eadefeb229f8de9d44a302 100644 (file)
@@ -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