X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Fdelete_sec_context.c;h=7913e45c0cde836b218f83afec40df67b802be2e;hp=7bd9cfb92e16e01738748e1fb5634e825b44d97a;hb=HEAD;hpb=5d2cc0917c19bdb6196f060cac3af9f175b295c8 diff --git a/mech_eap/delete_sec_context.c b/mech_eap/delete_sec_context.c index 7bd9cfb..7913e45 100644 --- a/mech_eap/delete_sec_context.c +++ b/mech_eap/delete_sec_context.c @@ -36,7 +36,7 @@ #include "gssapiP_eap.h" -OM_uint32 +OM_uint32 GSSAPI_CALLCONV gss_delete_sec_context(OM_uint32 *minor, gss_ctx_id_t *context_handle, gss_buffer_t output_token) @@ -67,7 +67,7 @@ gss_delete_sec_context(OM_uint32 *minor, iov[1].buffer.value = NULL; iov[1].buffer.length = 0; - major = gssEapWrapOrGetMIC(minor, ctx, FALSE, FALSE, + major = gssEapWrapOrGetMIC(minor, ctx, FALSE, NULL, iov, 2, TOK_TYPE_DELETE_CONTEXT); if (GSS_ERROR(major)) { GSSEAP_MUTEX_UNLOCK(&ctx->mutex);