This commit is contained in:
Loc Gomez 2007-09-26 22:08:59 +02:00
parent 5aec7804af
commit 96693716fb
2 changed files with 1 additions and 2 deletions

View File

@ -2006,7 +2006,7 @@ connection_t *irc_server_connect(struct link *link)
link->network->serverv[link->cur_server].port,
link->vhost, link->bind_port,
#ifdef HAVE_LIBSSL
link->s_ssl, link->ssl_check_mode,
link->network->ssl, link->ssl_check_mode,
link->ssl_check_store,
#else
0, 0, NULL,

View File

@ -149,7 +149,6 @@ struct link {
/* socket creation info */
char *vhost;
int bind_port;
int s_ssl;
#ifdef HAVE_LIBSSL
int ssl_check_mode;