1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Typo fix.

This commit is contained in:
hniksic 2005-05-13 06:26:44 -07:00
parent 91a8357dfa
commit c690a4742d

View File

@ -214,7 +214,7 @@ ssl_init ()
/* SSL_VERIFY_NONE instructs OpenSSL not to abort SSL_connect if the /* SSL_VERIFY_NONE instructs OpenSSL not to abort SSL_connect if the
certificate is invalid. We verify the certificate separately in 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. */ than examining the error stack after a failed SSL_connect. */
SSL_CTX_set_verify (ssl_ctx, SSL_VERIFY_NONE, NULL); SSL_CTX_set_verify (ssl_ctx, SSL_VERIFY_NONE, NULL);