]> sjero.net Git - wget/blobdiff - src/ssl.h
[svn] Tell the user about --no-check-certificate.
[wget] / src / ssl.h
index aa0a588c7499c949fe4d71d926a4262e0e6c1ca6..83a58de251a377cc5065d50377d59bf6987e829e 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -33,6 +33,6 @@ so, delete this exception statement from your version.  */
 
 int ssl_init PARAMS ((void));
 int ssl_connect PARAMS ((int));
-int ssl_check_server_identity PARAMS ((int, const char *));
+int ssl_check_certificate PARAMS ((int, const char *));
 
 #endif /* GEN_SSLFUNC_H */