summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-18 06:30:12 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-18 06:30:12 +0000
commitc6c0035ea5d3d4adf81704a9592dc132283bdb38 (patch)
tree99ebaa65330b4e428ecaca15427f34e9826b27fd /apps
parent531d630b5cfe0c50de122f0387a65473b4746bf8 (diff)
One feature wasn't quite commited yet
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c2
1 files changed, 2 insertions, 0 deletions
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");