diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ec_pmeth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ec/ec_pmeth.c b/src/lib/libcrypto/ec/ec_pmeth.c index f433076ca1..d1ed66c37e 100644 --- a/src/lib/libcrypto/ec/ec_pmeth.c +++ b/src/lib/libcrypto/ec/ec_pmeth.c | |||
@@ -221,6 +221,7 @@ static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) | |||
221 | 221 | ||
222 | case EVP_PKEY_CTRL_MD: | 222 | case EVP_PKEY_CTRL_MD: |
223 | if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 && | 223 | if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 && |
224 | EVP_MD_type((const EVP_MD *)p2) != NID_ecdsa_with_SHA1 && | ||
224 | EVP_MD_type((const EVP_MD *)p2) != NID_sha224 && | 225 | EVP_MD_type((const EVP_MD *)p2) != NID_sha224 && |
225 | EVP_MD_type((const EVP_MD *)p2) != NID_sha256 && | 226 | EVP_MD_type((const EVP_MD *)p2) != NID_sha256 && |
226 | EVP_MD_type((const EVP_MD *)p2) != NID_sha384 && | 227 | EVP_MD_type((const EVP_MD *)p2) != NID_sha384 && |