blob: 65d4f305d133ae45d97a08844f77663fda155ae5 (
plain)
1
2
3
4
5
6
7
8
|
--- build/config/crypto.gni.orig 2017-01-26 00:49:07 UTC
+++ build/config/crypto.gni
@@ -20,4 +20,4 @@ use_openssl_certs = is_android || is_nac
# True if NSS is used for certificate handling. It is possible to use OpenSSL
# for the crypto library, but NSS for the platform certificate library.
-use_nss_certs = is_linux
+use_nss_certs = is_linux || is_bsd
|