Index: build/config/crypto.gni |
diff --git a/build/config/crypto.gni b/build/config/crypto.gni |
index ee23569f9b2ad79010db779b81ae399f3f070ec1..20004c3edd5f325ec0e7870b22ed752ac0f0b6e3 100644 |
--- a/build/config/crypto.gni |
+++ b/build/config/crypto.gni |
@@ -8,10 +8,9 @@ |
# the global build dependency on it should be removed. |
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 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_mac || is_nacl |
} |
# True when we're using OpenSSL for certificate verification and storage. We |