summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
Diffstat (limited to 'x-files')
-rw-r--r--x-files/gss_proxy.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x
index d40201c..d3e5dd5 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -504,6 +504,7 @@ struct gssx_arg_accept_sec_context {
gssx_cred *cred_handle; /* absent -> GSS_C_NO_CREDENTIAL */
gssx_buffer input_token;
gssx_cb *input_cb; /* input channel bindings */
+ bool ret_deleg_cred; /* return delegated credentials */
gssx_option options<>;
};
struct gssx_res_accept_sec_context {