-passin argument not used when actually loading the key
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 24 Aug 2001 13:33:15 +0000 (13:33 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 24 Aug 2001 13:33:15 +0000 (13:33 +0000)
(found by Massimiliano Pala <madwolf@hackmasters.net>).

apps/req.c

index cc21f063c940605d1c39a7bd3487264595031013..60f09551e5627aa8f0f5f1986762ad07191bf9d8 100644 (file)
@@ -593,7 +593,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)
                        {