projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531d630
)
One feature wasn't quite commited yet
author
Richard Levitte
<levitte@openssl.org>
Mon, 18 Jun 2001 06:30:12 +0000
(06:30 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 18 Jun 2001 06:30:12 +0000
(06:30 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index dd19a4cc3a1ba67941884b23cde1f3a86a4b54f0..90159d5546a3fef8df338f2d628ca73d1b1b0fdb 100644
(file)
--- 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");