[openssl] master update
Richard Levitte
levitte at openssl.org
Fri Apr 17 11:37:31 UTC 2020
The branch master has been updated
via 301ea192c7e0df8a58bf418a147ee8bdb7f1305e (commit)
from 629c72db5f8af3312fd89188298ce464186470d1 (commit)
- Log -----------------------------------------------------------------
commit 301ea192c7e0df8a58bf418a147ee8bdb7f1305e
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Apr 16 09:49:47 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/11553)
-----------------------------------------------------------------------
Summary of changes:
INSTALL.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index 8eefeb306d..a7fe72c6d1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -861,11 +861,11 @@ never be used in production environments. It will only work when used with gcc
or clang and should be used in conjunction with the `-DPEDANTIC` option
(or the `--strict-warnings` option).
-### no-ui ###
+### no-ui-console ###
-Don't build with the User Interface (UI) capability
+Don't build with the User Interface (UI) console method
-The User Interface is the set of features enabling text based prompts.
+The User Interface console method enables text based console prompts.
### enable-unit-test ###
More information about the openssl-commits
mailing list