projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b439a74
)
-passin argument not used when actually loading the key
author
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 24 Aug 2001 13:33:15 +0000
(13:33 +0000)
committer
Lutz 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
patch
|
blob
|
history
diff --git
a/apps/req.c
b/apps/req.c
index cc21f063c940605d1c39a7bd3487264595031013..60f09551e5627aa8f0f5f1986762ad07191bf9d8 100644
(file)
--- 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)
{