-passin argument not used when actually loading the key
(found by Massimiliano Pala <madwolf@hackmasters.net>).
This commit is contained in:
parent
b439a74620
commit
faacb092f8
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user