X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=mech_eap%2FgssapiP_eap.h;h=0d1dd4d9489f6a9b5038f36f6e53c25789fdd923;hp=7cf31cfe2b7d4c38c66531359ed0bdc85c842749;hb=a3c967e248121c12913c7a59ca6210e57babe0a6;hpb=1aa721de12736bc9895d8a13a9202df6ae3a86df diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index 7cf31cf..0d1dd4d 100644 --- a/mech_eap/gssapiP_eap.h +++ b/mech_eap/gssapiP_eap.h @@ -161,11 +161,9 @@ struct gss_cred_id_struct struct gss_eap_initiator_ctx { unsigned int idleWhile; -#ifndef __cplusplus struct eap_peer_config eapPeerConfig; struct eap_sm *eap; struct wpabuf reqData; -#endif }; struct gss_eap_acceptor_ctx { @@ -202,8 +200,8 @@ struct gss_ctx_id_struct struct gss_eap_acceptor_ctx acceptor; #define acceptorCtx ctxU.acceptor #ifdef GSSEAP_ENABLE_REAUTH - gss_ctx_id_t kerberos; - #define kerberosCtx ctxU.kerberos + gss_ctx_id_t reauth; + #define reauthCtx ctxU.reauth #endif } ctxU; gss_buffer_desc conversation;