blob: a5df8462e3a1caf3f836803a2d30798e8c5ca534 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/http/http_auth_gssapi_posix.h.orig 2022-08-31 12:19:35 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>
|