mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
#3230: ECDSADigestEngine: include missing header
This commit is contained in:
parent
15ad5c250e
commit
cae2f2dea4
@ -16,6 +16,7 @@
|
||||
#include "Poco/Crypto/ECDSADigestEngine.h"
|
||||
#include "Poco/Crypto/CryptoException.h"
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/bn.h>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
Loading…
Reference in New Issue
Block a user