mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
538 B
C
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.
|