Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: build/config/crypto.gni

Issue 1872813002: Switching iOS to use BoringSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios
Patch Set: Rebasing. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/crypto.gni
diff --git a/build/config/crypto.gni b/build/config/crypto.gni
index 7d671cf819deeb7e4aa07eb352a9bde42bd4952c..2b15b1c2a549711a0e049c0379d895dda4034dc2 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -12,9 +12,7 @@
# to set up feature flags.
declare_args() {
- # Use OpenSSL instead of NSS. This is used for all platforms but iOS. (See
- # http://crbug.com/338886).
- use_openssl = !is_ios
+ use_openssl = true
}
# True when we're using OpenSSL for representing certificates. When targeting
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698