X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fssl.h;h=aa0a588c7499c949fe4d71d926a4262e0e6c1ca6;hb=5feb3f6696cf5a714216876a5917cee07bfe3c1c;hp=f6299e72b5fce726291a65d1fa612a96dba2d6c4;hpb=764e695fe1189659db90d17ec0c075cd2220ec45;p=wget diff --git a/src/ssl.h b/src/ssl.h index f6299e72..aa0a588c 100644 --- 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 */