aboutsummaryrefslogtreecommitdiff
path: root/apps/req.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-01 16:28:40 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-01 16:28:40 +0000
commitda9b97246695c370702d15be2b3778427cf57082 (patch)
tree9ef594c01fa55c710cc254495f366e6763b368fc /apps/req.c
parentbd45950f4a85d04eb23a4d3846ed5a3c13bd19e0 (diff)
downloadopenssl-da9b97246695c370702d15be2b3778427cf57082.zip
openssl-da9b97246695c370702d15be2b3778427cf57082.tar.gz
openssl-da9b97246695c370702d15be2b3778427cf57082.tar.bz2
Make it possible to load keys from stdin, and restore that
functionality in the programs that had that before. Part fo PR 164
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index 75a3604..cc87923 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -683,7 +683,7 @@ bad:
if (keyfile != NULL)
{
- pkey = load_key(bio_err, keyfile, keyform, passin, e,
+ pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
"Private Key");
if (!pkey)
{