mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-28 01:21:31 +01:00
fixed #527: added OpenSSLInitializer to DigestEngine
This commit is contained in:
parent
8e54e290d9
commit
ded5af27db
@ -21,6 +21,7 @@
|
||||
|
||||
|
||||
#include "Poco/Crypto/Crypto.h"
|
||||
#include "Poco/Crypto/OpenSSLInitializer.h"
|
||||
#include "Poco/DigestEngine.h"
|
||||
#include <openssl/evp.h>
|
||||
|
||||
@ -62,6 +63,7 @@ private:
|
||||
std::string _name;
|
||||
EVP_MD_CTX* _ctx;
|
||||
Poco::DigestEngine::Digest _digest;
|
||||
OpenSSLInitializer _openSSLInitializer;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user