mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Fix non-SSL build
This commit is contained in:
parent
183223b7ba
commit
222dbe30d8
@ -1,5 +1,10 @@
|
||||
#if USE_SSL
|
||||
|
||||
#include <Poco/Net/Utility.h>
|
||||
#include <Poco/StringTokenizer.h>
|
||||
|
||||
#endif
|
||||
|
||||
#include <Server/TLSHandler.h>
|
||||
|
||||
DB::TLSHandler::TLSHandler(const StreamSocket & socket, const LayeredConfiguration & config, const std::string & prefix, TCPProtocolStackData & stack_data_)
|
||||
|
Loading…
Reference in New Issue
Block a user