-passin argument not used when actually loading the key

(found by Massimiliano Pala <madwolf@hackmasters.net>).
This commit is contained in:
Lutz Jänicke 2001-08-24 13:33:15 +00:00
parent b439a74620
commit faacb092f8

View File

@ -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)
{