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-3.2.0-alpha1~3227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=391ce6d980c4f8f474ed28d1ea83849cc9a00100;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 a443cae3570..aebad1e72eb 100644 --- a/doc/man3/BN_rand.pod +++ b/doc/man3/BN_rand.pod @@ -53,7 +53,7 @@ the number will be set to 1, so that the product of two such random numbers will always have 2*I length. If I is B, the number will be odd; if it is B it can be odd or even. -If I is 1 then I cannot also be B. +If I is 1 then I cannot also be B. BN_rand() is the same as BN_rand_ex() except that the default library context is always used.