[openssl] openssl-3.0 update

Richard Levitte levitte at openssl.org
Sat Dec 11 08:28:26 UTC 2021


The branch openssl-3.0 has been updated
       via  792d224772f849ac23384a55499ef2377ff781d3 (commit)
      from  cec27290387fe2b1706131c4840123b1f8bfb34f (commit)


- Log -----------------------------------------------------------------
commit 792d224772f849ac23384a55499ef2377ff781d3
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Nov 25 08:58:21 2021 +0100

    Fix faulty detail in BN_rand() manual
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17131)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/BN_rand.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/BN_rand.pod b/doc/man3/BN_rand.pod
index a443cae357..aebad1e72e 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<bits> length.
 If I<bottom> is B<BN_RAND_BOTTOM_ODD>, the number will be odd; if it
 is B<BN_RAND_BOTTOM_ANY> it can be odd or even.
-If I<bits> is 1 then I<top> cannot also be B<BN_RAND_FLG_TOPTWO>.
+If I<bits> is 1 then I<top> cannot also be B<BN_RAND_TOP_TWO>.
 
 BN_rand() is the same as BN_rand_ex() except that the default library context
 is always used.


More information about the openssl-commits mailing list