$NetBSD: patch-chrome_browser_webauthn_unexportable__key__utils.cc,v 1.7 2025/09/12 16:02:25 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ chrome/browser/webauthn/unexportable_key_utils.cc @@ -33,7 +33,7 @@ GetWebAuthnUnexportableKeyProvider() { // If there is a scoped UnexportableKeyProvider configured, we always use // that so that tests can still override the key provider. const bool use_software_provider = -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) !crypto::internal::HasScopedUnexportableKeyProvider(); #else false;