]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/wps/wps_attr_build.c
Remove src/crypto from default include path
[thirdparty/hostap.git] / src / wps / wps_attr_build.c
index 265eb180ef50d890f07090798948636055af5a4f..bb21c40f8c703c0c13042593dc081209a6286cab 100644 (file)
 #include "includes.h"
 
 #include "common.h"
-#include "dh_group5.h"
-#include "crypto.h"
-#include "sha256.h"
-#include "aes_wrap.h"
+#include "crypto/aes_wrap.h"
+#include "crypto/crypto.h"
+#include "crypto/dh_group5.h"
+#include "crypto/sha256.h"
 #include "wps_i.h"