提交 3210b4fd 编写于 作者: B Ben Laurie

If verify fails, say why.

上级 a7b42009
......@@ -916,6 +916,7 @@ loop:
else if (i == 0)
{
BIO_printf(bio_err,"verify failure\n");
ERR_print_errors(bio_err);
}
else /* if (i > 0) */
BIO_printf(bio_err,"verify OK\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册