File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11#include < Functions/FunctionsAES.h>
22
3- #if USE_SSL
3+ #if 0 // USE_SSL
44
55#include <openssl/evp.h>
66#include <openssl/err.h>
Original file line number Diff line number Diff line change 44# include < Common/config.h>
55#endif
66
7- #if USE_SSL
7+ #if 0 // USE_SSL
88#include <DataTypes/DataTypeString.h>
99#include <Columns/ColumnString.h>
1010#include <Functions/IFunction.h>
Original file line number Diff line number Diff line change 22# include < Common/config.h>
33#endif
44
5- #if USE_SSL
5+ #if 0 // USE_SSL
66
77#include <Functions/FunctionFactory.h>
88#include <Functions/FunctionsAES.h>
Original file line number Diff line number Diff line change 22# include < Common/config.h>
33#endif
44
5- #if USE_SSL
5+ #if 0 // USE_SSL
66
77#include <Functions/FunctionFactory.h>
88#include <Functions/FunctionsAES.h>
Original file line number Diff line number Diff line change 22# include < Common/config.h>
33#endif
44
5- #if USE_SSL
5+ #if 0 // USE_SSL
66
77#include <Functions/FunctionFactory.h>
88#include <Functions/FunctionsAES.h>
Original file line number Diff line number Diff line change 22# include < Common/config.h>
33#endif
44
5- #if USE_SSL
5+ #if 0 // USE_SSL
66
77#include <Functions/FunctionFactory.h>
88#include <Functions/FunctionsAES.h>
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ void registerFunctionBayesAB(FunctionFactory &);
4949void registerFunctionTid (FunctionFactory & factory);
5050void registerFunctionLogTrace (FunctionFactory & factory);
5151
52- #if USE_SSL
52+ #if 0 // USE_SSL
5353void registerFunctionEncrypt(FunctionFactory & factory);
5454void registerFunctionDecrypt(FunctionFactory & factory);
5555void registerFunctionAESEncryptMysql(FunctionFactory & factory);
@@ -104,7 +104,7 @@ void registerFunctions()
104104 registerFunctionBayesAB (factory);
105105#endif
106106
107- #if USE_SSL
107+ #if 0 // USE_SSL
108108 registerFunctionEncrypt(factory);
109109 registerFunctionDecrypt(factory);
110110 registerFunctionAESEncryptMysql(factory);
You can’t perform that action at this time.
0 commit comments