| Index: net/base/ev_root_ca_metadata.cc
|
| diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc
|
| index 23378ca7aeb9657ce84fc5facc453bcd9de0f598..5abe387b8c764920adc3a3dad873afec74dff9d3 100644
|
| --- a/net/base/ev_root_ca_metadata.cc
|
| +++ b/net/base/ev_root_ca_metadata.cc
|
| @@ -465,7 +465,7 @@ bool EVRootCAMetadata::RemoveEVCA(const SHA1HashValue& fingerprint) {
|
|
|
| EVRootCAMetadata::EVRootCAMetadata() {
|
| // Constructs the object from the raw metadata in ev_root_ca_metadata.
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS) || defined(OS_IOS)
|
| crypto::EnsureNSSInit();
|
|
|
| for (size_t i = 0; i < arraysize(ev_root_ca_metadata); i++) {
|
|
|