#include "config.h" #if USE_SSL #include "FunctionsHashing.h" #include /// FunctionsHashing instantiations are separated into files FunctionsHashing*.cpp /// to better parallelize the build procedure and avoid MSan build failure /// due to excessive resource consumption. namespace DB { REGISTER_FUNCTION(HashingSSL) { factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); } } #endif