提交 1579e656 编写于 作者: D Dr. Stephen Henson

use keyformat for -x509toreq, don't hard code PEM

上级 c2035bff
......@@ -999,7 +999,7 @@ bad:
else
{
pk=load_key(bio_err,
keyfile, FORMAT_PEM, 0,
keyfile, keyformat, 0,
passin, e, "request key");
if (pk == NULL) goto end;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册