aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_cert_cert__verify__proc.h
blob: e38f9cb3ba12dbf9bf22b777343649aec0a6f6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/cert/cert_verify_proc.h.orig	2023-04-05 11:05:06 UTC
+++ net/cert/cert_verify_proc.h
@@ -68,7 +68,7 @@ class NET_EXPORT CertVerifyProc
     kMaxValue = kChainLengthOne
   };
 
-#if !(BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS))
+#if !(BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD))
   // Creates and returns a CertVerifyProc that uses the system verifier.
   // |cert_net_fetcher| may not be used, depending on the implementation.
   static scoped_refptr<CertVerifyProc> CreateSystemVerifyProc(