mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
more ifdef USE_SSL
This commit is contained in:
parent
7143405fd4
commit
859963fb35
@ -1,11 +1,11 @@
|
||||
#include <DataTypes/DataTypeString.h>
|
||||
#include <Storages/System/StorageSystemCertificates.h>
|
||||
#include <openssl/x509.h>
|
||||
#include <regex>
|
||||
#include <filesystem>
|
||||
#include "Poco/Util/Application.h"
|
||||
#include "Poco/File.h"
|
||||
#ifdef USE_SSL
|
||||
#include <openssl/x509.h>
|
||||
#include "Poco/Crypto/X509Certificate.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user