aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/evp/m_ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/evp/m_ecdsa.c')
-rw-r--r--openssl/crypto/evp/m_ecdsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/evp/m_ecdsa.c b/openssl/crypto/evp/m_ecdsa.c
index fad270fac..8d87a49eb 100644
--- a/openssl/crypto/evp/m_ecdsa.c
+++ b/openssl/crypto/evp/m_ecdsa.c
@@ -130,7 +130,7 @@ static const EVP_MD ecdsa_md=
NID_ecdsa_with_SHA1,
NID_ecdsa_with_SHA1,
SHA_DIGEST_LENGTH,
- 0,
+ EVP_MD_FLAG_PKEY_DIGEST,
init,
update,
final,