From: mancha Date: Wed, 15 Jul 2015 08:54:28 +0000 (-0400) Subject: Fix author credit for e5c0bc6 X-Git-Tag: OpenSSL_1_0_1q~114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=396a2dc07177a14284dba194cb6dfda4f3785681;p=oweals%2Fopenssl.git Fix author credit for e5c0bc6 Reviewed-by: Richard Levitte --- diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index 3b2796c5df..b91231cdf9 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 = B E B. +number B in the range 0 E= 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.