diff options
Diffstat (limited to 'src/ssl.hh')
| -rw-r--r-- | src/ssl.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() {} |
