aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/socket.h b/socket.h
index 230345de..c530a8e4 100644
--- a/socket.h
+++ b/socket.h
@@ -59,7 +59,8 @@ additional clean-up if necessary.
int SockClose(int sock);
#if SSL_ENABLE
-int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, char *servercname);
+int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, int certck, char *certpath,
+ char *fingerprint, char *servercname, char *label);
#endif /* SSL_ENABLE */
#endif /* SOCKET__ */