summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2007-09-21 10:10:47 +0000
committerLutz Jänicke <jaenicke@openssl.org>2007-09-21 10:10:47 +0000
commit29f4b05954073aece823784f7309d8778bff2aa7 (patch)
treeb35dbd947867ef6c259aed03155951bb5f143cfe /doc
parent48ca0c99b2bf78c756fe96d1ac71b66cd0b1a38a (diff)
The use of the PURIFY macro in ssleay_rand_bytes() is sufficient to
resolve the Valgrind issue with random numbers. Undo the changes to RAND_bytes() and RAND_pseudo_bytes() that are redundant in this respect. Update documentation and FAQ accordingly, as the PURIFY macro is available at least since 0.9.7.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RAND_bytes.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_bytes.pod b/doc/crypto/RAND_bytes.pod
index 34f8cd2544..1a9b91e281 100644
--- a/doc/crypto/RAND_bytes.pod
+++ b/doc/crypto/RAND_bytes.pod
@@ -26,7 +26,7 @@ certain purposes in cryptographic protocols, but usually not for key
generation etc.
The contents of B<buf> is mixed into the entropy pool before retrieving
-the new pseudo-random bytes unless disabled at compile time.
+the new pseudo-random bytes unless disabled at compile time (see FAQ).
=head1 RETURN VALUES