From: Luke Howard Date: Fri, 22 Apr 2011 06:13:15 +0000 (+0200) Subject: libeap is now C++ clean, remove workaround X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=a3c967e248121c12913c7a59ca6210e57babe0a6 libeap is now C++ clean, remove workaround --- diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index 83c1577..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 {