summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/gpp_context.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-01-28 16:50:35 +0100
committerSimo Sorce <simo@redhat.com>2013-02-15 14:46:52 -0500
commita5e95b5446a35ba72909cfbaf81af9152c5d25eb (patch)
treec667564a6e770062053a0986c6ee3cac72a960bc /proxy/src/mechglue/gpp_context.c
parentd13fdf433c5f3c6c350e09cb4ea1009c720f2a10 (diff)
downloadgss-proxy-a5e95b5446a35ba72909cfbaf81af9152c5d25eb.tar.gz
gss-proxy-a5e95b5446a35ba72909cfbaf81af9152c5d25eb.tar.xz
gss-proxy-a5e95b5446a35ba72909cfbaf81af9152c5d25eb.zip
interposer-plugin: Fix MIT 1.11 gssi_import_sec_context_by_mech symbol name.
Diffstat (limited to 'proxy/src/mechglue/gpp_context.c')
-rw-r--r--proxy/src/mechglue/gpp_context.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/proxy/src/mechglue/gpp_context.c b/proxy/src/mechglue/gpp_context.c
index 5276084..07125be 100644
--- a/proxy/src/mechglue/gpp_context.c
+++ b/proxy/src/mechglue/gpp_context.c
@@ -67,10 +67,10 @@ OM_uint32 gssi_import_sec_context(OM_uint32 *minor_status,
return GSS_S_UNAVAILABLE;
}
-OM_uint32 gssi_import_sec_context_for_mech(OM_uint32 *minor_status,
- gss_OID mech_type,
- gss_buffer_t interprocess_token,
- gss_ctx_id_t *context_handle)
+OM_uint32 gssi_import_sec_context_by_mech(OM_uint32 *minor_status,
+ gss_OID mech_type,
+ gss_buffer_t interprocess_token,
+ gss_ctx_id_t *context_handle)
{
struct gpp_context_handle *ctx;
gss_buffer_desc wrap_token = {0};