summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gssapi_gpm.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-07-23 17:58:41 -0400
committerSimo Sorce <simo@redhat.com>2012-10-25 15:53:30 -0400
commit9984eedf6443b479c1561618a724635814f8b311 (patch)
tree568b91e332202915771af87f5aeeeda0229bfa5f /proxy/src/client/gssapi_gpm.h
parent5bcf2cbafcb931f92405fc7b3d24273993b0b84b (diff)
downloadgss-proxy-9984eedf6443b479c1561618a724635814f8b311.tar.gz
gss-proxy-9984eedf6443b479c1561618a724635814f8b311.tar.xz
gss-proxy-9984eedf6443b479c1561618a724635814f8b311.zip
Add context handle wrapper
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r--proxy/src/client/gssapi_gpm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h
index 99314e5..2766354 100644
--- a/proxy/src/client/gssapi_gpm.h
+++ b/proxy/src/client/gssapi_gpm.h
@@ -56,7 +56,7 @@ OM_uint32 gpm_display_status(OM_uint32 *minor_status,
gss_buffer_t status_string);
OM_uint32 gpm_accept_sec_context(OM_uint32 *minor_status,
- gss_ctx_id_t *context_handle,
+ gssx_ctx **context_handle,
gssx_cred *acceptor_cred_handle,
gss_buffer_t input_token_buffer,
gss_channel_bindings_t input_chan_bindings,
@@ -71,7 +71,7 @@ OM_uint32 gpm_release_cred(OM_uint32 *minor_status,
gssx_cred **cred_handle);
OM_uint32 gpm_delete_sec_context(OM_uint32 *minor_status,
- gss_ctx_id_t *context_handle,
+ gssx_ctx **context_handle,
gss_buffer_t output_token);
OM_uint32 gpm_acquire_cred(OM_uint32 *minor_status,
@@ -165,7 +165,7 @@ OM_uint32 gpm_compare_name(OM_uint32 *minor_status,
OM_uint32 gpm_init_sec_context(OM_uint32 *minor_status,
gssx_cred *cred_handle,
- gss_ctx_id_t *context_handle,
+ gssx_ctx **context_handle,
gss_name_t target_name,
gss_OID mech_type,
OM_uint32 req_flags,