From c690a4742d23a13f19c5e5de1e3707a2b7e60bed Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 13 May 2005 06:26:44 -0700 Subject: [PATCH] [svn] Typo fix. --- src/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openssl.c b/src/openssl.c index 70e10731..c43b51b6 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -214,7 +214,7 @@ ssl_init () /* SSL_VERIFY_NONE instructs OpenSSL not to abort SSL_connect if the certificate is invalid. We verify the certificate separately in - ssl_check_server_identity, which provides much better diagnostics + ssl_check_certificate, which provides much better diagnostics than examining the error stack after a failed SSL_connect. */ SSL_CTX_set_verify (ssl_ctx, SSL_VERIFY_NONE, NULL); -- 2.39.2