#pragma once #include #if USE_POCO_NETSSL #include namespace DB { /// Returns concatenation of error strings for all errors that OpenSSL has recorded, emptying the error queue. String getOpenSSLErrors(); } #endif