From d8539b4e42699b69ca0ea2742239fa0ba34b245a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 2 Jul 2000 18:25:50 +0000 Subject: Better OpenSSL support. svn path=/trunk/; revision=2924 --- socket.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'socket.h') diff --git a/socket.h b/socket.h index dcd0ed7a..0c6d3eaa 100644 --- a/socket.h +++ b/socket.h @@ -58,4 +58,8 @@ additional clean-up if necessary. */ int SockClose(int sock); +#if SSL_ENABLE +int SSLOpen(int sock, char *mycert, char *mykey, char *servercname); +#endif /* SSL_ENABLE */ + #endif /* SOCKET__ */ -- cgit v1.2.3