From d7430d44cc780384507bef5bb3f1a4c3e1cc6315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=EFc=20Gomez?= Date: Mon, 11 Feb 2008 13:10:42 +0100 Subject: [PATCH] SSL: - make bip compile with --disable-ssl configuration --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index a7e5fff..df7cffd 100644 --- a/src/irc.c +++ b/src/irc.c @@ -2055,7 +2055,7 @@ connection_t *irc_server_connect(struct link *link) link->user->ssl_check_store, link->user->ssl_client_certfile, #else - 0, 0, NULL, + 0, 0, NULL, NULL, #endif CONNECT_TIMEOUT); if (!conn)