Make tls1_check_chain return a set of flags indicating checks passed
[openssl.git] / apps / pkeyparam.c
index 7f18010f9d142884e9b260aee91b19ddd610e313..6f7a357a36c40428eded3aae4ee7af830133202e 100644 (file)
@@ -74,7 +74,6 @@ int MAIN(int argc, char **argv)
        EVP_PKEY *pkey=NULL;
        int badarg = 0;
 #ifndef OPENSSL_NO_ENGINE
-       ENGINE *e = NULL;
        char *engine=NULL;
 #endif
        int ret = 1;
@@ -141,7 +140,7 @@ int MAIN(int argc, char **argv)
                }
 
 #ifndef OPENSSL_NO_ENGINE
-        e = setup_engine(bio_err, engine, 0);
+        setup_engine(bio_err, engine, 0);
 #endif
 
        if (infile)