make apps compile again
This commit is contained in:
parent
3cc1f498a1
commit
a3376fe8fc
@ -198,7 +198,7 @@ bad:
|
|||||||
|
|
||||||
ERR_load_crypto_strings();
|
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)) {
|
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
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)
|
if (need_rand)
|
||||||
{
|
{
|
||||||
|
@ -162,7 +162,7 @@ bad:
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
e = ENGINE_setup(engine, bio_err);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
|
|
||||||
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user