From: Lutz Jänicke Date: Fri, 24 Aug 2001 13:33:15 +0000 (+0000) Subject: -passin argument not used when actually loading the key X-Git-Tag: OpenSSL_0_9_6c~131^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=faacb092f877a6643a8efbb52125d790d514ee2d;p=oweals%2Fopenssl.git -passin argument not used when actually loading the key (found by Massimiliano Pala ). --- diff --git a/apps/req.c b/apps/req.c index cc21f063c9..60f09551e5 100644 --- a/apps/req.c +++ b/apps/req.c @@ -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) {