Commit a610374c authored by Ulf Möller's avatar Ulf Möller
Browse files

mention that EGD is used in non-blocking mode.

parent a7b991bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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