summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
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)
{