]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/eap_peer/eap.c
Remove src/crypto from default include path
[thirdparty/hostap.git] / src / eap_peer / eap.c
index dd9a8be3ddffa41ade9ae5dfe9de4e30eaa46295..0630f9a5aef6e1ff574a0da57b2936c254bddc84 100644 (file)
 #include "includes.h"
 
 #include "common.h"
-#include "eap_i.h"
-#include "eap_config.h"
-#include "tls.h"
-#include "crypto.h"
 #include "pcsc_funcs.h"
-#include "common/wpa_ctrl.h"
 #include "state_machine.h"
+#include "crypto/crypto.h"
+#include "crypto/tls.h"
+#include "common/wpa_ctrl.h"
 #include "eap_common/eap_wsc_common.h"
+#include "eap_i.h"
+#include "eap_config.h"
 
 #define STATE_MACHINE_DATA struct eap_sm
 #define STATE_MACHINE_DEBUG_PREFIX "EAP"