[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Thu Jan 31 15:49:36 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  822e6d95e063a8fb6cd6b8e272dc5d9338c72601 (commit)
      from  c93e7e3dc05888285a65c6198deb27e1b919c079 (commit)


- Log -----------------------------------------------------------------
commit 822e6d95e063a8fb6cd6b8e272dc5d9338c72601
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Jan 31 13:42:46 2019 +0100

    Better phrasing around 1.1.0
    
    Fixes #8129
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/8130)
    
    (cherry picked from commit 62b563b9df161a992fde18a0cb0d1a0969158412)

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

Summary of changes:
 INSTALL | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/INSTALL b/INSTALL
index 3570dea..7fe55d4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -964,10 +964,10 @@
 
   *  COMPILING existing applications
 
-     OpenSSL 1.1.0 hides a number of structures that were previously
-     open.  This includes all internal libssl structures and a number
-     of EVP types.  Accessor functions have been added to allow
-     controlled access to the structures' data.
+     Starting with version 1.1.0, OpenSSL hides a number of structures
+     that were previously open.  This includes all internal libssl
+     structures and a number of EVP types.  Accessor functions have
+     been added to allow controlled access to the structures' data.
 
      This means that some software needs to be rewritten to adapt to
      the new ways of doing things.  This often amounts to allocating
@@ -1070,7 +1070,7 @@
 
  depend
                 Rebuild the dependencies in the Makefiles. This is a legacy
-                option that no longer needs to be used in OpenSSL 1.1.0.
+                option that no longer needs to be used since OpenSSL 1.1.0.
 
  install
                 Install all OpenSSL components.


More information about the openssl-commits mailing list