From: Ulf Möller Date: Mon, 3 Jul 2000 17:26:51 +0000 (+0000) Subject: Add PRNGD link. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0b0dc11df2de27672b6f64d18fd2ee619868578;p=oweals%2Fopenssl.git Add PRNGD link. --- diff --git a/doc/crypto/RAND_egd.pod b/doc/crypto/RAND_egd.pod index a40bd96198..40241e2df8 100644 --- a/doc/crypto/RAND_egd.pod +++ b/doc/crypto/RAND_egd.pod @@ -21,6 +21,10 @@ RAND_egd() is called with that path as an argument, it tries to read random bytes that EGD has collected. The read is performed in non-blocking mode. +Alternatively, the EGD-compatible daemon PRNGD can be used. It is +available from +http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html . + =head1 RETURN VALUE RAND_egd() returns the number of bytes read from the daemon on