[openssl] master update

Dr. Paul Dale pauli at openssl.org
Tue Jul 20 00:19:28 UTC 2021


The branch master has been updated
       via  718d55f43fb9c076c88ea1be4abe86b0f46a10d2 (commit)
      from  b8ffcd8715cc9cf4626fe5b2ddaa5daf7b0957f2 (commit)


- Log -----------------------------------------------------------------
commit 718d55f43fb9c076c88ea1be4abe86b0f46a10d2
Author: Petr Gotthard <petr.gotthard at centrum.cz>
Date:   Sun Jul 18 14:19:11 2021 +0200

    doc: fix OPENSSL_VERSION_NUMBER length in the synopsis
    
    The number has 8 digits (not 9). It is a single integer `0xMNN00PP0L`.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16106)

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

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

diff --git a/doc/man3/OpenSSL_version.pod b/doc/man3/OpenSSL_version.pod
index 120a936f83..034bd718fe 100644
--- a/doc/man3/OpenSSL_version.pod
+++ b/doc/man3/OpenSSL_version.pod
@@ -41,7 +41,7 @@ OpenSSL_version_num, OPENSSL_info
 Deprecated:
 
  /* from openssl/opensslv.h */
- #define OPENSSL_VERSION_NUMBER 0xnnnnnnnnnL
+ #define OPENSSL_VERSION_NUMBER 0xnnnnnnnnL
 
  /* from openssl/crypto.h */
  unsigned long OpenSSL_version_num();


More information about the openssl-commits mailing list