From e7915780af60ee11186702a92ae9775785eda1eb Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 4 Jul 2019 20:40:15 +0200 Subject: [PATCH] fixed stuff --- src/protocol/CryptionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/CryptionHandler.cpp b/src/protocol/CryptionHandler.cpp index c87b9b8..c21901b 100644 --- a/src/protocol/CryptionHandler.cpp +++ b/src/protocol/CryptionHandler.cpp @@ -1,4 +1,4 @@ -#define NO_OPEN_SSL /* because we're lazy and dont want to build this lib extra for the TeaClient */ +//#define NO_OPEN_SSL /* because we're lazy and dont want to build this lib extra for the TeaClient */ #define FIXEDINT_H_INCLUDED /* else it will be included by ge */ #include "misc/endianness.h"