diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index b3aec96cdcd4348b6cde2dc89594b505e7b534af..bd6bc8632394edb05908556338aa82dd7b1f977d 100644 --- a/doc/crypto/BN_rand.pod +++ b/doc/crypto/BN_rand.pod @@ -33,7 +33,7 @@ non-cryptographic purposes and for certain purposes in cryptographic protocols, but usually not for key generation etc. BN_rand_range() generates a cryptographically strong pseudo-random -number B in the range 0 E= B E B. +number B in the range 0 = B E B. BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), and hence numbers generated by it are not necessarily unpredictable.