mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
fixed #527: added OpenSSLInitializer to DigestEngine
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "Poco/Crypto/Crypto.h"
|
#include "Poco/Crypto/Crypto.h"
|
||||||
|
#include "Poco/Crypto/OpenSSLInitializer.h"
|
||||||
#include "Poco/DigestEngine.h"
|
#include "Poco/DigestEngine.h"
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
||||||
@@ -62,6 +63,7 @@ private:
|
|||||||
std::string _name;
|
std::string _name;
|
||||||
EVP_MD_CTX* _ctx;
|
EVP_MD_CTX* _ctx;
|
||||||
Poco::DigestEngine::Digest _digest;
|
Poco::DigestEngine::Digest _digest;
|
||||||
|
OpenSSLInitializer _openSSLInitializer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user