ssl: Remove unused server code

This commit is contained in:
TingPing
2015-01-30 21:25:41 -05:00
parent 85fd6f525e
commit 5fe2dda146
3 changed files with 4 additions and 4 deletions

View File

@@ -1501,7 +1501,7 @@ server_connect (server *serv, char *hostname, int port, int no_login)
#ifdef USE_OPENSSL
if (!serv->ctx && serv->use_ssl)
{
if (!(serv->ctx = _SSL_context_init (ssl_cb_info, FALSE)))
if (!(serv->ctx = _SSL_context_init (ssl_cb_info)))
{
fprintf (stderr, "_SSL_context_init failed\n");
exit (1);