blob: 30ea45c3c99e47046075b2fdf3f05c8d9ea35ae2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/cert/cert_verify_proc.h.orig 2025-01-27 17:37:37 UTC
+++ net/cert/cert_verify_proc.h
@@ -186,7 +186,7 @@ class NET_EXPORT CertVerifyProc
kMaxValue = kChainLengthOne
};
-#if !(BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || \
+#if !(BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \
BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(CHROME_ROOT_STORE_ONLY))
// Creates and returns a CertVerifyProc that uses the system verifier.
// |cert_net_fetcher| may not be used, depending on the implementation.
|