]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/tls/tlsv1_server.c
Remove src/crypto from default include path
[thirdparty/hostap.git] / src / tls / tlsv1_server.c
index 093c8748f37dd9b4b5c887f1eecf97655f7aef02..fdb9a74efdcc66d3cb987c41fcaa63d716566077 100644 (file)
@@ -15,8 +15,8 @@
 #include "includes.h"
 
 #include "common.h"
-#include "sha1.h"
-#include "tls.h"
+#include "crypto/sha1.h"
+#include "crypto/tls.h"
 #include "tlsv1_common.h"
 #include "tlsv1_record.h"
 #include "tlsv1_server.h"