| Index: content/child/webcrypto/platform_crypto_openssl.cc
|
| diff --git a/content/child/webcrypto/platform_crypto_openssl.cc b/content/child/webcrypto/platform_crypto_openssl.cc
|
| index 583f2fac9334828a91fa391b90ec0d9408c30e76..918dd66fe23f71d0522c1bfba70a855e278ddea5 100644
|
| --- a/content/child/webcrypto/platform_crypto_openssl.cc
|
| +++ b/content/child/webcrypto/platform_crypto_openssl.cc
|
| @@ -63,8 +63,6 @@ const EVP_MD* GetDigest(blink::WebCryptoAlgorithmId id) {
|
| switch (id) {
|
| case blink::WebCryptoAlgorithmIdSha1:
|
| return EVP_sha1();
|
| - case blink::WebCryptoAlgorithmIdSha224:
|
| - return EVP_sha224();
|
| case blink::WebCryptoAlgorithmIdSha256:
|
| return EVP_sha256();
|
| case blink::WebCryptoAlgorithmIdSha384:
|
|
|