This commits the changes to STACK macros forced by recent ENGINE surgery.
[openssl.git] / apps / req.c
index cc21f063c940605d1c39a7bd3487264595031013..6fac16f97af3281af09850fdde661903d2d4ec75 100644 (file)
@@ -73,7 +73,6 @@
 #include <openssl/x509v3.h>
 #include <openssl/objects.h>
 #include <openssl/pem.h>
-#include <openssl/engine.h>
 
 #define SECTION                "req"
 
@@ -593,7 +592,7 @@ bad:
 
        if (keyfile != NULL)
                {
-               pkey = load_key(bio_err, keyfile, keyform, NULL, e,
+               pkey = load_key(bio_err, keyfile, keyform, passin, e,
                        "Private Key");
                if (!pkey)
                        {