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;