diff options
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 |