[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Fri Apr 17 11:33:27 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  18fefa35f6a28bc12918fc3b3ed881696d3f438b (commit)
      from  8e0539bbb00cc4c98be440eb353689ff6f61028f (commit)


- Log -----------------------------------------------------------------
commit 18fefa35f6a28bc12918fc3b3ed881696d3f438b
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Apr 16 10:20:58 2020 +0200

    INSTALL: document 'no-ui-console' rather than 'no-ui'
    
    The UI interface itself is never disabled, but the console backend may
    be. 'no-ui' is a deprecated backward compatibility alias for
    'no-ui-console'.
    
    Fixes #11551
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/11554)

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

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

diff --git a/INSTALL b/INSTALL
index 328ad2baf4..f5118428b3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -535,9 +535,9 @@
                    conjunction with the "-DPEDANTIC" option (or the
                    --strict-warnings option).
 
-  no-ui
-                   Don't build with the "UI" capability (i.e. the set of
-                   features enabling text based prompts).
+  no-ui-console
+                   Don't build with the "UI" console method (i.e. the "UI"
+                   method that enables text based console prompts).
 
   enable-unit-test
                    Enable additional unit test APIs. This should not typically


More information about the openssl-commits mailing list