Fix warnings.

This commit is contained in:
Ben Laurie
2011-06-09 16:03:18 +00:00
parent ed9b0e5cba
commit 78ef9b0205
4 changed files with 5 additions and 13 deletions

View File

@@ -267,9 +267,6 @@ static char *srp_create_user(char *user, char **srp_verifier,
int MAIN(int argc, char **argv)
{
#ifndef OPENSSL_NO_ENGINE
ENGINE *e = NULL;
#endif
int add_user = 0;
int list_user= 0;
int delete_user= 0;
@@ -424,7 +421,7 @@ bad:
ERR_load_crypto_strings();
#ifndef OPENSSL_NO_ENGINE
e = setup_engine(bio_err, engine, 0);
setup_engine(bio_err, engine, 0);
#endif
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))