mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
11 lines
536 B
C
11 lines
536 B
C
--- net/cert/cert_verify_proc.h.orig 2023-08-17 07:33:31 UTC
|
|
+++ net/cert/cert_verify_proc.h
|
|
@@ -79,7 +79,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.
|