mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
SSL compile fix
This commit is contained in:
committed by
Patrick Griffis
parent
50ca0d5b09
commit
6420fd6117
@@ -3458,6 +3458,8 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
#ifdef USE_OPENSSL
|
||||
int use_ssl = TRUE;
|
||||
int use_ssl_noverify = FALSE;
|
||||
#else
|
||||
int use_ssl = FALSE;
|
||||
#endif
|
||||
int is_url = TRUE;
|
||||
server *serv = sess->server;
|
||||
|
||||
Reference in New Issue
Block a user