mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
ssl: Remove unused server code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user