summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen/gss_proxy.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-25 16:30:01 -0500
committerSimo Sorce <simo@redhat.com>2012-01-25 16:35:35 -0500
commit6fe4bb011c5b1fc53f2733083f679bea82593170 (patch)
tree2ce65d50f0291afbca86269019a68d1511dc9c72 /proxy/rpcgen/gss_proxy.h
parentd207ff2925d7740b6aaf24119530d694391895af (diff)
downloadgss-proxy-6fe4bb011c5b1fc53f2733083f679bea82593170.tar.gz
gss-proxy-6fe4bb011c5b1fc53f2733083f679bea82593170.tar.xz
gss-proxy-6fe4bb011c5b1fc53f2733083f679bea82593170.zip
Regenerate rpcgen files after gss_proxy.x fixes
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;