summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen/gss_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/rpcgen/gss_proxy.h')
-rw-r--r--proxy/rpcgen/gss_proxy.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h
index 2a6566f..d49fe01 100644
--- a/proxy/rpcgen/gss_proxy.h
+++ b/proxy/rpcgen/gss_proxy.h
@@ -216,10 +216,7 @@ typedef enum gssx_handle_type gssx_handle_type;
struct gssx_handle {
gssx_handle_type handle_type;
union {
- struct {
- u_int cred_info_len;
- gssx_cred *cred_info_val;
- } cred_info;
+ gssx_cred cred_info;
gssx_ctx sec_ctx_info;
octet_string extensions;
} gssx_handle_u;