mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
SSL compile fix
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user