[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Fri Oct 8 02:11:16 UTC 2021


The branch openssl-3.0 has been updated
       via  31ece182eea314ffe44dccb7d413ba16f29dc9ff (commit)
      from  842118b747d0f6071f8624582e97b49658f063c1 (commit)


- Log -----------------------------------------------------------------
commit 31ece182eea314ffe44dccb7d413ba16f29dc9ff
Author: Tobias Nießen <tniessen at tnie.de>
Date:   Wed Oct 6 02:01:42 2021 +0200

    Fix heading in random generator man7 page
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16753)
    
    (cherry picked from commit 0c75a7387d940468a530ee7470e0afce30f5a227)

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

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

diff --git a/doc/man7/RAND.pod b/doc/man7/RAND.pod
index 39a7bcc81e..c4a630856c 100644
--- a/doc/man7/RAND.pod
+++ b/doc/man7/RAND.pod
@@ -54,7 +54,7 @@ only in exceptional cases and is not recommended, unless you have a profound
 knowledge of cryptographic principles and understand the implications of your
 changes.
 
-=head1 DEAFULT SETUP
+=head1 DEFAULT SETUP
 
 The default OpenSSL RAND method is based on the EVP_RAND deterministic random
 bit generator (DRBG) classes.


More information about the openssl-commits mailing list