From: Luke Howard Date: Fri, 22 Apr 2011 06:13:15 +0000 (+0200) Subject: libeap is now C++ clean, remove workaround X-Git-Tag: tr-beta1~191 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=6f53ff068e38780c9af7a75a6e2b5aea3cd2ab71 libeap is now C++ clean, remove workaround --- diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index fbaca89..89a0d8c 100644 --- a/mech_eap/gssapiP_eap.h +++ b/mech_eap/gssapiP_eap.h @@ -160,11 +160,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 {