From f9322b443292c28af9254e3d606b4522fe57ae45 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Mar 2001 10:41:22 +0000 Subject: Fix a compilation goof. svn path=/trunk/; revision=3189 --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.h b/socket.h index 0c6d3eaa..230345de 100644 --- a/socket.h +++ b/socket.h @@ -59,7 +59,7 @@ additional clean-up if necessary. int SockClose(int sock); #if SSL_ENABLE -int SSLOpen(int sock, char *mycert, char *mykey, char *servercname); +int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, char *servercname); #endif /* SSL_ENABLE */ #endif /* SOCKET__ */ -- cgit v1.2.3