| Index: content/child/webcrypto/shared_crypto_unittest.cc
|
| diff --git a/content/child/webcrypto/shared_crypto_unittest.cc b/content/child/webcrypto/shared_crypto_unittest.cc
|
| index b2c89e1132bb6e968d7ea2e902833eb758442791..9363ec71668e106f73ad61e8317a9ff5aa7a73de 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -121,7 +121,7 @@ bool SupportsAesGcm() {
|
|
|
| bool SupportsRsaOaep() {
|
| #if defined(USE_OPENSSL)
|
| - return false;
|
| + return true;
|
| #else
|
| crypto::EnsureNSSInit();
|
| // TODO(eroman): Exclude version test for OS_CHROMEOS
|
|
|