From 3bd8a7ab52de055213ddffd0045a8f6876a79955 Mon Sep 17 00:00:00 2001 From: imaginos Date: Wed, 13 Sep 2006 15:28:10 +0000 Subject: [PATCH] remove compression initialization until standard has normalized a bit git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@754 726aef4b-f618-498e-8847-2d620e286838 --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index c6f89851..8f694763 100644 --- a/main.cpp +++ b/main.cpp @@ -53,8 +53,7 @@ int main(int argc, char** argv, char** envp) { CString sConfig; #ifdef HAVE_LIBSSL - // initialize ssl, allow client to have compression enabled if desired - InitSSL(CT_ZLIB); + InitSSL(); #endif /* HAVE_LIBSSL */ int iArg, iOptIndex = -1;