Index: content/child/webcrypto/openssl/rsa_key_openssl.cc |
diff --git a/content/child/webcrypto/openssl/rsa_key_openssl.cc b/content/child/webcrypto/openssl/rsa_key_openssl.cc |
index 13b2333e60294107a2f9f580e9f9aca45924df51..3a53c0c7d0577224b4803cc45aa20e69a4359b72 100644 |
--- a/content/child/webcrypto/openssl/rsa_key_openssl.cc |
+++ b/content/child/webcrypto/openssl/rsa_key_openssl.cc |
@@ -69,7 +69,6 @@ Status CreateRsaHashedKeyAlgorithm( |
blink::WebCryptoAlgorithmId hash_algorithm, |
EVP_PKEY* key, |
blink::WebCryptoKeyAlgorithm* key_algorithm) { |
- DCHECK(IsAlgorithmRsa(rsa_algorithm)); |
DCHECK_EQ(EVP_PKEY_RSA, EVP_PKEY_id(key)); |
crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(key)); |