libeap is now C++ clean, remove workaround
authorLuke Howard <lukeh@padl.com>
Fri, 22 Apr 2011 06:13:15 +0000 (08:13 +0200)
committerLuke Howard <lukeh@padl.com>
Fri, 22 Apr 2011 06:13:15 +0000 (08:13 +0200)
mech_eap/gssapiP_eap.h

index 83c1577..0d1dd4d 100644 (file)
@@ -161,11 +161,9 @@ struct gss_cred_id_struct
 
 struct gss_eap_initiator_ctx {
     unsigned int idleWhile;
 
 struct gss_eap_initiator_ctx {
     unsigned int idleWhile;
-#ifndef __cplusplus
     struct eap_peer_config eapPeerConfig;
     struct eap_sm *eap;
     struct wpabuf reqData;
     struct eap_peer_config eapPeerConfig;
     struct eap_sm *eap;
     struct wpabuf reqData;
-#endif
 };
 
 struct gss_eap_acceptor_ctx {
 };
 
 struct gss_eap_acceptor_ctx {