From 2a8a19c674dd843828771c04f25e906e3c58f845 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 18 Jul 2023 14:11:04 +0200 Subject: Support mbedtls 3.x --- src/ssl.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ssl.hh') diff --git a/src/ssl.hh b/src/ssl.hh index 1cd6aea..c4465e1 100644 --- a/src/ssl.hh +++ b/src/ssl.hh @@ -34,7 +34,8 @@ class SSLKey { public: virtual ~SSLKey() {} static bool generate(Logger* logger, SSLEntropy* entropy, std::string* key); - static SSLKey* load(Logger* logger, std::string const& data); + static SSLKey* load(Logger* logger, std::string const& data, + SSLEntropy* entropy); protected: SSLKey() {} -- cgit v1.2.3-70-g09d2