提交 faacb092 编写于 作者: L Lutz Jänicke

-passin argument not used when actually loading the key

(found by Massimiliano Pala <madwolf@hackmasters.net>).
上级 b439a746
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册