ports/www/chromium/files/patch-net_cert_cert__verify__proc.h

11 lines
567 B
C

--- net/cert/cert_verify_proc.h.orig 2022-11-30 08:12:58 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(