INSTALL: document 'no-ui-console' rather than 'no-ui'
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Apr 2020 08:20:58 +0000 (10:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 17 Apr 2020 11:32:15 +0000 (13:32 +0200)
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@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11554)

INSTALL

diff --git a/INSTALL b/INSTALL
index 328ad2baf480b4747ba66a72a65c66b85ad31b40..f5118428b3bca222782ba43d01c0c3199a899e33 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    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