1 --- net/http/http_auth_gssapi_posix.h.orig	2022-08-31 12:19:35 UTC
2 +++ net/http/http_auth_gssapi_posix.h
3 @@ -21,6 +21,9 @@
4  #if BUILDFLAG(IS_APPLE)
5  #include <GSS/gssapi.h>
6  #elif BUILDFLAG(IS_FREEBSD)
7 +#ifndef GSS_C_DELEG_POLICY_FLAG
8 +#define GSS_C_DELEG_POLICY_FLAG 32768
9 +#endif
10  #include <gssapi/gssapi.h>
11  #else
12  #include <gssapi.h>
13