From: Rich Salz Date: Wed, 15 Jul 2015 08:52:51 +0000 (-0400) Subject: Revert "Missing perldoc markup around < literal" X-Git-Tag: OpenSSL_1_1_0-pre1~918 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e2e7b34eb5db71247403ecd641f580d83da944a;p=oweals%2Fopenssl.git Revert "Missing perldoc markup around < literal" This reverts commit e5c0bc6cc49a23b50a272801c4bd53639c25fca4. Reviewed-by: Richard Levitte --- diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index b3aec96cdc..bd6bc86323 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.