| 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 554b55c726857846d1b07a4fede0863dc5f622e7..350956725aeaa59bfc5ee10629b5eb92e506a092 100644
|
| --- a/content/child/webcrypto/openssl/rsa_key_openssl.cc
|
| +++ b/content/child/webcrypto/openssl/rsa_key_openssl.cc
|
| @@ -328,7 +328,7 @@ Status RsaHashedAlgorithm::VerifyKeyUsagesBeforeImportKey(
|
| .IsSuccess()) {
|
| return Status::Success();
|
| }
|
| - return Status::ErrorCreateKeyBadUsages();
|
| + return Status::SyntaxError("usages");
|
| default:
|
| return Status::ErrorUnsupportedImportKeyFormat();
|
| }
|
|
|