mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
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@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11553)
This commit is contained in:
parent
629c72db5f
commit
301ea192c7
@ -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 ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user