[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Mon Sep 24 10:05:12 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  908f7a1a1b73ec196efd6e12c9ee1e377f044033 (commit)
      from  1abdf08284af055f68c5ece4c7c0efa8f2bf323a (commit)


- Log -----------------------------------------------------------------
commit 908f7a1a1b73ec196efd6e12c9ee1e377f044033
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Mon Sep 24 08:43:35 2018 +0200

    Document OPENSSL_VERSION_TEXT macro
    
    This commit documents the OPENSSL_VERSION_TEXT which is currently
    missing in the man page.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7301)
    
    (cherry picked from commit 7c69495712e3dc9aa8db38271f0c3faeb2037165)

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

Summary of changes:
 doc/crypto/OPENSSL_VERSION_NUMBER.pod | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/crypto/OPENSSL_VERSION_NUMBER.pod b/doc/crypto/OPENSSL_VERSION_NUMBER.pod
index f5429d2..01623ba 100644
--- a/doc/crypto/OPENSSL_VERSION_NUMBER.pod
+++ b/doc/crypto/OPENSSL_VERSION_NUMBER.pod
@@ -2,13 +2,14 @@
 
 =head1 NAME
 
-OPENSSL_VERSION_NUMBER, OpenSSL_version,
+OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT, OpenSSL_version,
 OpenSSL_version_num - get OpenSSL version number
 
 =head1 SYNOPSIS
 
  #include <openssl/opensslv.h>
  #define OPENSSL_VERSION_NUMBER 0xnnnnnnnnnL
+ #define OPENSSL_VERSION_TEXT "OpenSSL x.y.z xx XXX xxxx"
 
  #include <openssl/crypto.h>
 
@@ -45,6 +46,10 @@ Version 0.9.5a had an interim interpretation that is like the current one,
 except the patch level got the highest bit set, to keep continuity.  The
 number was therefore 0x0090581f.
 
+OPENSSL_VERSION_TEXT is the text variant of the version number and the
+release date.  For example,
+"OpenSSL 1.0.1a 15 Oct 2015".
+
 OpenSSL_version_num() returns the version number.
 
 OpenSSL_version() returns different strings depending on B<t>:


More information about the openssl-commits mailing list