cleanup
authorLuke Howard <lukeh@padl.com>
Thu, 9 Sep 2010 16:14:43 +0000 (18:14 +0200)
committerLuke Howard <lukeh@padl.com>
Thu, 9 Sep 2010 16:14:43 +0000 (18:14 +0200)
mech_eap/accept_sec_context.c
mech_eap/gssapiP_eap.h

index 332a6c8..3013ba5 100644 (file)
@@ -136,6 +136,8 @@ int eap_sm_method_pending(struct eap_sm *sm);
 const u8 * eap_get_identity(struct eap_sm *sm, size_t *len);
 struct eap_eapol_interface * eap_get_interface(struct eap_sm *sm);
 
+#include <eap_server/eap_i.h>
+
 static OM_uint32
 initTls(OM_uint32 *minor,
         gss_ctx_id_t ctx)
index 0c19b91..4e34b78 100644 (file)
@@ -49,7 +49,6 @@
 /* EAP includes */
 #include <common.h>
 #include <eap_peer/eap.h>
-#include <eap_peer/eap_i.h>
 #include <eap_peer/eap_config.h>
 #include <crypto/tls.h>                     /* XXX testing implementation only */
 #include <wpabuf.h>