temp-commit

This commit is contained in:
Konstantin Bogdanov 2024-08-26 14:19:27 +02:00
parent 2520b5d648
commit cb799d15e5
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#if USE_SSL
#include <Poco/Crypto/RSAKey.h>
namespace DB
@ -16,3 +17,4 @@ struct JSONWebKey
};
}
#endif

View File

@ -2,6 +2,7 @@
#include <sstream>
#include <Server/ACMEClient.h>
#if USE_SSL
#include <Core/BackgroundSchedulePool.h>
#include <Disks/IO/ReadBufferFromWebServer.h>
#include <IO/HTTPCommon.h>
@ -628,3 +629,4 @@ std::string ACMEClient::requestChallenge(const std::string & uri)
}
}
#endif

View File

@ -1,5 +1,6 @@
#pragma once
#if USE_SSL
#include <boost/core/noncopyable.hpp>
#include <Core/BackgroundSchedulePool.h>
@ -122,3 +123,4 @@ private:
}
}
#endif