mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-22 13:40:17 +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
|
#ifdef USE_OPENSSL
|
||||||
int use_ssl = TRUE;
|
int use_ssl = TRUE;
|
||||||
int use_ssl_noverify = FALSE;
|
int use_ssl_noverify = FALSE;
|
||||||
|
#else
|
||||||
|
int use_ssl = FALSE;
|
||||||
#endif
|
#endif
|
||||||
int is_url = TRUE;
|
int is_url = TRUE;
|
||||||
server *serv = sess->server;
|
server *serv = sess->server;
|
||||||
|
|||||||
Reference in New Issue
Block a user