From: Richard Levitte Date: Sat, 1 Jul 2017 10:14:37 +0000 (+0200) Subject: Remove the possibility to disable the UI module entirely X-Git-Tag: OpenSSL_1_1_1-pre1~1133 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=48feaceb53fa6ae924e298b8eba0e247019313e4;hp=48feaceb53fa6ae924e298b8eba0e247019313e4;ds=sidebyside Remove the possibility to disable the UI module entirely Instead, make it possible to disable the console reader that's part of the UI module. This makes it possible to use the UI API and other UI methods in environments where the console reader isn't useful. To disable the console reader, configure with 'no-ui-console' / 'disable-ui-console'. 'no-ui' / 'disable-ui' is now an alias for 'no-ui-console' / 'disable-ui-console'. Fixes #3806 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3820) ---