diff options
author | Simo Sorce <simo@redhat.com> | 2012-07-23 17:58:41 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
commit | 9984eedf6443b479c1561618a724635814f8b311 (patch) | |
tree | 568b91e332202915771af87f5aeeeda0229bfa5f /proxy/src/mechglue | |
parent | 5bcf2cbafcb931f92405fc7b3d24273993b0b84b (diff) | |
download | gss-proxy-9984eedf6443b479c1561618a724635814f8b311.tar.gz gss-proxy-9984eedf6443b479c1561618a724635814f8b311.tar.xz gss-proxy-9984eedf6443b479c1561618a724635814f8b311.zip |
Add context handle wrapper
Diffstat (limited to 'proxy/src/mechglue')
-rw-r--r-- | proxy/src/mechglue/gss_plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gss_plugin.h b/proxy/src/mechglue/gss_plugin.h index 6404402..6184828 100644 --- a/proxy/src/mechglue/gss_plugin.h +++ b/proxy/src/mechglue/gss_plugin.h @@ -33,6 +33,11 @@ struct gpp_cred_handle { gss_cred_id_t local; }; +struct gpp_context_handle { + gssx_ctx *remote; + gss_ctx_id_t local; +}; + extern const gss_OID_desc gssproxy_mech_interposer; enum gpp_behavior { |