提交 d91f8c3c 编写于 作者: B Bodo Möller

Cleaning up Ben's clean-ups :-)

Submitted by:
Reviewed by:
PR:
上级 9e7bd9b5
......@@ -709,7 +709,7 @@ int full;
BIO_printf(bio,"no peer certificate available\n");
sk2=SSL_get_client_CA_list(s);
if ((sk != NULL) && (sk_X509_NAME_num(sk2) > 0))
if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0))
{
BIO_printf(bio,"---\nAcceptable client certificate CA names\n");
for (i=0; i<sk_X509_NAME_num(sk2); i++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册