commit | e93836b95e120a64d005a99f4bf0dde3a4d2ef3e | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@links.org> | Mon Apr 18 10:44:42 2016 +0100 |
committer | Ben Laurie <ben@links.org> | Wed Apr 27 12:36:30 2016 +0100 |
tree | 9cd01f117333113292bae54cfef4f99b71c129f0 | |
parent | bfb155c187fbb1e56561614925be5ca4ef069f03 [diff] [blame] |
Fix no-engine no-ui. Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/apps/apps.c b/apps/apps.c index 8cf3b59..a80a07e 100644 --- a/apps/apps.c +++ b/apps/apps.c
@@ -156,7 +156,9 @@ unsigned long mask; } NAME_EX_TBL; +#if !defined(OPENSSL_NO_UI) || !defined(OPENSSL_NO_ENGINE) static UI_METHOD *ui_method = NULL; +#endif static int set_table_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL * in_tbl);