Cleaning up Ben's clean-ups :-)

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-04-14 23:10:11 +00:00
parent 9e7bd9b5fe
commit d91f8c3ce8

View File

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