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"