13 lines
691 B
Text
13 lines
691 B
Text
|
Index: net/cert/cert_verifier.cc
|
||
|
--- net/cert/cert_verifier.cc.orig
|
||
|
+++ net/cert/cert_verifier.cc
|
||
|
@@ -40,7 +40,7 @@ class DefaultCertVerifyProcFactory : public net::CertV
|
||
|
return CertVerifyProc::CreateBuiltinWithChromeRootStore(
|
||
|
std::move(cert_net_fetcher), impl_params.crl_set,
|
||
|
base::OptionalToPtr(impl_params.root_store_data));
|
||
|
-#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||
|
+#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||
|
return CertVerifyProc::CreateBuiltinVerifyProc(std::move(cert_net_fetcher),
|
||
|
impl_params.crl_set);
|
||
|
#else
|