mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
a6a5dec611
The apps UI method acts as a proxy that bases its activity on a base (was called fallback) UI_METHOD, which defaults to UI_OpenSSL() under normal circumstances. However, some apps might want to have it based on another UI_METHOD, such as UI_null() to avoid prompting (typical for a -batch run). The new function set_base_ui_method() allows them to do precisely this. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13512) |
||
---|---|---|
.. | ||
app_params.h | ||
apps_ui.h | ||
apps.h | ||
fmt.h | ||
function.h | ||
http_server.h | ||
names.h | ||
opt.h | ||
platform.h | ||
s_apps.h | ||
vms_term_sock.h |