| 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 b251e6e87d2b220a7f602b78519f2c1c506818a0..38bfe5154ec7c8489d5455521c9144faf5351f90 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
|
|
|