| Index: build/config/crypto.gni
|
| diff --git a/build/config/crypto.gni b/build/config/crypto.gni
|
| index 1837754a0aff44cdf9c9e3202805da31b8842de4..20004c3edd5f325ec0e7870b22ed752ac0f0b6e3 100644
|
| --- a/build/config/crypto.gni
|
| +++ b/build/config/crypto.gni
|
| @@ -8,9 +8,9 @@
|
| # the global build dependency on it should be removed.
|
|
|
| declare_args() {
|
| - # Use OpenSSL instead of NSS. This is used for Android and NaCl untrusted
|
| + # Use OpenSSL instead of NSS. This is used for Android, Mac, and NaCl untrusted
|
| # code, and is experimental in other cases (see http://crbug.com/62803).
|
| - use_openssl = is_android || is_nacl
|
| + use_openssl = is_android || is_mac || is_nacl
|
| }
|
|
|
| # True when we're using OpenSSL for certificate verification and storage. We
|
|
|