]> sjero.net Git - wget/commitdiff
[svn] Typo fix.
authorhniksic <devnull@localhost>
Fri, 13 May 2005 13:26:44 +0000 (06:26 -0700)
committerhniksic <devnull@localhost>
Fri, 13 May 2005 13:26:44 +0000 (06:26 -0700)
src/openssl.c

index 70e10731c13e7de40debe6ba158938b13a377255..c43b51b6e2839b403938dd97b75b4b3dab706938 100644 (file)
@@ -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);