projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b991b
)
mention that EGD is used in non-blocking mode.
author
Ulf Möller
<ulf@openssl.org>
Thu, 24 Feb 2000 19:33:58 +0000
(19:33 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 24 Feb 2000 19:33:58 +0000
(19:33 +0000)
doc/crypto/RAND_egd.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/RAND_egd.pod
b/doc/crypto/RAND_egd.pod
index 2f4ff2b00624f6b557ce709baa7147a1e2522650..a40bd96198861e3259eadefeb229f8de9d44a302 100644
(file)
--- 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