diff options
Diffstat (limited to 'devel/electron32/files/patch-net_http_http__auth__handler__negotiate.cc')
-rw-r--r-- | devel/electron32/files/patch-net_http_http__auth__handler__negotiate.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-net_http_http__auth__handler__negotiate.cc b/devel/electron32/files/patch-net_http_http__auth__handler__negotiate.cc deleted file mode 100644 index 6cb87ad1befd..000000000000 --- a/devel/electron32/files/patch-net_http_http__auth__handler__negotiate.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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() || |