From faacb092f877a6643a8efbb52125d790d514ee2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 24 Aug 2001 13:33:15 +0000 Subject: [PATCH] -passin argument not used when actually loading the key (found by Massimiliano Pala ). --- apps/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1