提交 a3376fe8 编写于 作者: D Dr. Stephen Henson

make apps compile again

上级 3cc1f498
......@@ -198,7 +198,7 @@ bad:
ERR_load_crypto_strings();
e = ENGINE_setup(engine, bio_err);
e = setup_engine(bio_err, engine, 0);
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
BIO_printf(bio_err, "Error getting passwords\n");
......
......@@ -232,7 +232,7 @@ bad:
}
}
e = ENGINE_setup(engine, bio_err);
e = setup_engine(bio_err, engine, 0);
if (need_rand)
{
......
......@@ -162,7 +162,7 @@ bad:
goto end;
}
e = ENGINE_setup(engine, bio_err);
e = setup_engine(bio_err, engine, 0);
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
BIO_printf(bio_err, "Error getting password\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册