This commit is contained in:
Your Name 2025-06-12 22:42:01 +03:00
parent ee7b7cd779
commit ea0f4d0651
2 changed files with 7 additions and 1 deletions

View file

@ -12,7 +12,7 @@
#define IRCC_MSG_MAX 512
#define IRCC_PING_TIMEOUT 600
#define IRCC_VERSION "2.0"
#define IRCC_VERSION "2.0.1"
#if defined(ENABLE_SSL) || defined(ENABLE_TLS)
#include <openssl/ssl.h>
@ -44,6 +44,8 @@ typedef struct {
char *irc_channel;
char *irc_nick;
int irc_alloc;
#if defined(ENABLE_SSL) || defined(ENABLE_TLS)
/* RONLY */
int irc_usingssl;