From 6fe4bb011c5b1fc53f2733083f679bea82593170 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jan 2012 16:30:01 -0500 Subject: Regenerate rpcgen files after gss_proxy.x fixes --- proxy/rpcgen/gss_proxy.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'proxy/rpcgen/gss_proxy.h') 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; -- cgit