From a3e1af3284562294d51e2c3eb8cbceeee26938a2 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 12 Feb 2012 15:47:19 +0000 Subject: [PATCH] *Web/SSL: removed signature glitch git-svn-id: svn://ultimatepp.org/upp/trunk@4577 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Web/SSL/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Web/SSL/util.cpp b/uppsrc/Web/SSL/util.cpp index 1cb18c413..70a6a36c4 100644 --- a/uppsrc/Web/SSL/util.cpp +++ b/uppsrc/Web/SSL/util.cpp @@ -580,7 +580,7 @@ bool SSLServerSocket(Socket& socket, SSLContext& ssl_context, int port, bool nod } bool SSLClientSocket(Socket& socket, SSLContext& ssl_context, const char *host, int port, bool nodelay, - dword *my_addr, int timeout, bool blocking, Gate pre_ssl) + dword *my_addr, int timeout, bool blocking) { One data = new SSLSocketData(ssl_context); if(!data->OpenClient(host, port, nodelay, my_addr, timeout, blocking))