From: Richard Levitte Date: Thu, 25 Nov 2021 07:58:21 +0000 (+0100) Subject: Fix faulty detail in BN_rand() manual X-Git-Tag: OpenSSL_1_1_1m~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b35838b44e83f323eaa5d7aeecc45c8e2321cf8;p=thirdparty%2Fopenssl.git Fix faulty detail in BN_rand() manual Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17131) --- diff --git a/doc/man3/BN_rand.pod b/doc/man3/BN_rand.pod index d57348e62b8..a183ff7db1e 100644 --- a/doc/man3/BN_rand.pod +++ b/doc/man3/BN_rand.pod @@ -38,7 +38,7 @@ the number will be set to 1, so that the product of two such random numbers will always have 2*B length. If B is B, the number will be odd; if it is B it can be odd or even. -If B is 1 then B cannot also be B. +If B is 1 then B cannot also be B. BN_rand_range() generates a cryptographically strong pseudo-random number B in the range 0 E= B E B.