aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_cert_cert__verify__proc.h
blob: 0454783475dbb53244f08e81aa34b8757960e929 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/cert/cert_verify_proc.h.orig	2022-12-02 17:56:32 UTC
+++ net/cert/cert_verify_proc.h
@@ -81,7 +81,7 @@ class NET_EXPORT CertVerifyProc
     kMaxValue = kOther
   };
 
-#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(