| Index: build/config/crypto.gni
|
| diff --git a/build/config/crypto.gni b/build/config/crypto.gni
|
| index 4d42a375bc71e85c8305847deb21e44e5131b2a4..17229e4fb81d97e61e65b1f03e47da4239572241 100644
|
| --- a/build/config/crypto.gni
|
| +++ b/build/config/crypto.gni
|
| @@ -15,7 +15,7 @@ declare_args() {
|
| # Use OpenSSL instead of NSS. This is used for Android, Mac, NaCl untrusted
|
| # code, and Windows, and is experimental in other cases (see
|
| # http://crbug.com/62803).
|
| - use_openssl = is_android || is_mac || is_nacl || is_win
|
| + use_openssl = is_android || is_mac || is_nacl
|
| }
|
|
|
| # True when we're using OpenSSL for representing certificates. When targeting
|
|
|