Update to latest Csocket and use its new init interface

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1288 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-12-10 15:53:07 +00:00
parent 9bec4b8048
commit c03bd91589
4 changed files with 47 additions and 29 deletions
-4
View File
@@ -74,10 +74,6 @@ int main(int argc, char** argv) {
srand(time(NULL));
CUtils::SetStdoutIsTTY(isatty(1));
#ifdef HAVE_LIBSSL
InitSSL();
#endif /* HAVE_LIBSSL */
int iArg, iOptIndex = -1;
bool bMakeConf = false;
bool bMakePass = false;