summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RAND_bytes.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/RAND_bytes.pod')
-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