aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_http_http__auth__gssapi__posix.h
blob: 4622cadf1a61b299249bb2c47d06f19eab49b6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/http/http_auth_gssapi_posix.h.orig	2022-02-28 16:54:41 UTC
+++ net/http/http_auth_gssapi_posix.h
@@ -20,6 +20,9 @@
 #if BUILDFLAG(IS_APPLE)
 #include <GSS/gssapi.h>
 #elif BUILDFLAG(IS_FREEBSD)
+#ifndef GSS_C_DELEG_POLICY_FLAG
+#define GSS_C_DELEG_POLICY_FLAG 32768
+#endif
 #include <gssapi/gssapi.h>
 #else
 #include <gssapi.h>