From a3c967e248121c12913c7a59ca6210e57babe0a6 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Fri, 22 Apr 2011 08:13:15 +0200 Subject: [PATCH] libeap is now C++ clean, remove workaround --- mech_eap/gssapiP_eap.h | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.1.4