mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
11 lines
567 B
C
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(
|