]> sjero.net Git - wget/blobdiff - src/ssl.h
[svn] Check for the server's identity after the SSL handshake.
[wget] / src / ssl.h
index f6299e72b5fce726291a65d1fa612a96dba2d6c4..aa0a588c7499c949fe4d71d926a4262e0e6c1ca6 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -33,5 +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 *));
 
 #endif /* GEN_SSLFUNC_H */