opnsense-ports/devel/electron32/files/patch-net_cert_cert__verify__proc.h
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
538 B
C

--- net/cert/cert_verify_proc.h.orig 2024-06-18 21:43:36 UTC
+++ net/cert/cert_verify_proc.h
@@ -176,7 +176,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.