From 929b99c6339ea9e3bef24902bc841e0d453fb8f1 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 16 May 2021 20:41:41 +0800 Subject: [PATCH] build: Disable NSS NSS is used to manage root trust store. This part is reimplemented. --- src/build/config/crypto.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/config/crypto.gni b/src/build/config/crypto.gni index 4d2c01128d..c382ee8d3f 100644 --- a/src/build/config/crypto.gni +++ b/src/build/config/crypto.gni @@ -12,4 +12,4 @@ # to set up feature flags. # True if NSS is used for certificate handling. -use_nss_certs = is_linux || is_chromeos +use_nss_certs = false