From d91f8c3ce895df86e7245ed80f1a3240c3a979f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 14 Apr 1999 23:10:11 +0000 Subject: Cleaning up Ben's clean-ups :-) Submitted by: Reviewed by: PR: --- apps/s_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/s_client.c b/apps/s_client.c index 21c4cac..ffe2d70 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -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