]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/rsn_supp/peerkey.c
Remove src/crypto from default include path
[thirdparty/hostap.git] / src / rsn_supp / peerkey.c
index 36392ba1e0757d4f1ac7d652ba660aae0d645e33..59f7279b9ce98cbcf4baecbb2d751c425d77c5c8 100644 (file)
 #ifdef CONFIG_PEERKEY
 
 #include "common.h"
-#include "sha1.h"
-#include "sha256.h"
 #include "eloop.h"
+#include "crypto/sha1.h"
+#include "crypto/sha256.h"
+#include "common/ieee802_11_defs.h"
 #include "wpa.h"
 #include "wpa_i.h"
 #include "wpa_ie.h"
-#include "ieee802_11_defs.h"
 #include "peerkey.h"