diff options
Diffstat (limited to 'proxy/rpcgen/gss_proxy.h')
-rw-r--r-- | proxy/rpcgen/gss_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h index 2612ca5..2b54858 100644 --- a/proxy/rpcgen/gss_proxy.h +++ b/proxy/rpcgen/gss_proxy.h @@ -156,8 +156,8 @@ struct gssx_cred { typedef struct gssx_cred gssx_cred; struct gssx_ctx { - gssx_buffer *exported_context_token; - octet_string *state; + gssx_buffer exported_context_token; + octet_string state; bool_t needs_release; gssx_OID mech; gssx_name src_name; |