summaryrefslogtreecommitdiff
path: root/src/ssl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl.hh')
-rw-r--r--src/ssl.hh3
1 files changed, 2 insertions, 1 deletions
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() {}