aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h
blob: 471c76ddb2cb0880a70ce889a62b30c2c3fc00d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/http/http_auth_gssapi_posix.h.orig	2025-05-07 06:48:23 UTC
+++ net/http/http_auth_gssapi_posix.h
@@ -21,6 +21,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>