From de54987ff29489950322f3408ea91651f4f48b4a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 12 Oct 2020 17:28:11 -0400 Subject: New upstream version 1.1.8. --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index e1d3214..5302262 100644 --- a/src/config.h +++ b/src/config.h @@ -38,6 +38,8 @@ struct IRCConf char *realname; char *server; int port; + int tls; + int tls_hostname_verification; time_t readtimeout; time_t reconnectinterval; char *password; -- cgit v1.2.3