| Index: content/child/webcrypto/openssl/sha_openssl.cc
|
| diff --git a/content/child/webcrypto/openssl/sha_openssl.cc b/content/child/webcrypto/openssl/sha_openssl.cc
|
| index e7ee049fefd1c66853c73442124a71882445483d..54e5682cd17f34bbe8300b62f92ae945f54a24f3 100644
|
| --- a/content/child/webcrypto/openssl/sha_openssl.cc
|
| +++ b/content/child/webcrypto/openssl/sha_openssl.cc
|
| @@ -73,7 +73,7 @@ class DigestorOpenSsl : public blink::WebCryptoDigestor {
|
|
|
| const EVP_MD* digest_algorithm = GetDigest(algorithm_id_);
|
| if (!digest_algorithm)
|
| - return Status::ErrorUnexpected();
|
| + return Status::ErrorUnsupported();
|
|
|
| if (!digest_context_.get())
|
| return Status::OperationError();
|
|
|