From: Richard Levitte Date: Mon, 18 Jun 2001 06:30:12 +0000 (+0000) Subject: One feature wasn't quite commited yet X-Git-Tag: OpenSSL_0_9_6c~182^2~107 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c6c0035ea5d3d4adf81704a9592dc132283bdb38;ds=sidebyside One feature wasn't quite commited yet --- diff --git a/apps/apps.c b/apps/apps.c index dd19a4cc3a..90159d5546 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1054,7 +1054,9 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug) ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, err, 0); } +#if 0 /* not yet implemented but on it's way */ ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, UI_OpenSSL(), 0, 1); +#endif if(!ENGINE_set_default(e, ENGINE_METHOD_ALL)) { BIO_printf(err,"can't use that engine\n");