mirror of https://github.com/openssl/openssl.git
One feature wasn't quite commited yet
This commit is contained in:
parent
531d630b5c
commit
c6c0035ea5
|
|
@ -1054,7 +1054,9 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug)
|
||||||
ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM,
|
ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM,
|
||||||
0, err, 0);
|
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);
|
ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, UI_OpenSSL(), 0, 1);
|
||||||
|
#endif
|
||||||
if(!ENGINE_set_default(e, ENGINE_METHOD_ALL))
|
if(!ENGINE_set_default(e, ENGINE_METHOD_ALL))
|
||||||
{
|
{
|
||||||
BIO_printf(err,"can't use that engine\n");
|
BIO_printf(err,"can't use that engine\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue