Update from 1.0.0-stable
[oweals/openssl.git] / doc / crypto / RAND_bytes.pod
index 34f8cd2544b00df7f69eb5dc3cd2721ab4825e49..1a9b91e28144222419516b99392b3222c50d865b 100644 (file)
@@ -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