blob: 6cb87ad1befdae25757b6598180359a45dd5d925 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/http/http_auth_handler_negotiate.cc.orig 2024-04-15 20:34:02 UTC
+++ net/http/http_auth_handler_negotiate.cc
@@ -120,7 +120,7 @@ int HttpAuthHandlerNegotiate::Factory::CreateAuthHandl
#elif BUILDFLAG(IS_POSIX)
if (is_unsupported_)
return ERR_UNSUPPORTED_AUTH_SCHEME;
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Note: Don't set is_unsupported_ = true here. AllowGssapiLibraryLoad()
// might change to true during a session.
if (!http_auth_preferences() ||
|