From c5a58c018e5a8207bd39a63aedcd8ef206c9d8ab Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 14 May 2001 06:54:37 +0000 Subject: SSL certification handling. svn path=/trunk/; revision=3314 --- socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'socket.h') 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__ */ -- cgit v1.2.3