blob: be98f4b52c0329110ce212769f6bc6082b9b647c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- build/config/crypto.gni.orig 2016-08-03 22:02:10.000000000 +0300
+++ build/config/crypto.gni 2016-09-03 01:37:11.785915000 +0300
@@ -20,4 +20,4 @@
# 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
|