X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=accept_sec_context.c;h=cefb5a9c24232d681265625f5fb5350536515537;hb=1f273eda615c04331df6849cfbf3cfad069ea8b0;hp=4d6891886241cf1b6a88bd8e15c0972c833c6b28;hpb=b990a6d030e302f164fac8727a9a54c9eba36f20;p=mech_eap.orig diff --git a/accept_sec_context.c b/accept_sec_context.c index 4d68918..cefb5a9 100644 --- a/accept_sec_context.c +++ b/accept_sec_context.c @@ -397,7 +397,7 @@ eapGssSmAcceptEstablished(OM_uint32 *minor, return GSS_S_BAD_STATUS; } -static struct eap_gss_acceptor_sm { +static struct gss_eap_acceptor_sm { enum gss_eap_token_type inputTokenType; enum gss_eap_token_type outputTokenType; OM_uint32 (*processToken)(OM_uint32 *, @@ -432,7 +432,7 @@ gss_accept_sec_context(OM_uint32 *minor, OM_uint32 major; OM_uint32 tmpMajor, tmpMinor; gss_ctx_id_t ctx = *context_handle; - struct eap_gss_acceptor_sm *sm = NULL; + struct gss_eap_acceptor_sm *sm = NULL; gss_buffer_desc innerInputToken, innerOutputToken; *minor = 0;