Skip to content

Commit

Permalink
#3230: ECDSADigestEngine: include missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 12, 2021
1 parent 95214e4 commit 2f20e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Crypto/src/ECDSADigestEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "Poco/Crypto/ECDSADigestEngine.h"
#include "Poco/Crypto/CryptoException.h"
#include <openssl/ecdsa.h>
#include <openssl/bn.h>


namespace Poco {
Expand Down

0 comments on commit 2f20e26

Please sign in to comment.