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 0dd12e32e8efa430918fae81ce8e718e1814f079..2029573231cfb74fc258fb053d65df4583cfb8ce 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 |