aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_cert_cert__verify__proc__unittest.cc
blob: 2f4d417b6c6565598c8ce57a2a0285a21e29e1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/cert/cert_verify_proc_unittest.cc.orig	2022-12-02 17:56:32 UTC
+++ net/cert/cert_verify_proc_unittest.cc
@@ -242,7 +242,7 @@ const std::vector<CertVerifyProcType> kAllCertVerifier
 #if BUILDFLAG(CHROME_ROOT_STORE_SUPPORTED)
     CERT_VERIFY_PROC_BUILTIN_CHROME_ROOTS
 #endif
-#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
     CERT_VERIFY_PROC_BUILTIN
 #else
 #error Unsupported platform