]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/tls/tlsv1_client_write.c
Remove src/crypto from default include path
[thirdparty/hostap.git] / src / tls / tlsv1_client_write.c
index e0c95cbe8ebece744ce13c819ee39dad59039c32..2220dec966fb1a8c634a8e43e30486def6c64129 100644 (file)
 #include "includes.h"
 
 #include "common.h"
-#include "md5.h"
-#include "sha1.h"
+#include "crypto/md5.h"
+#include "crypto/sha1.h"
+#include "crypto/tls.h"
 #include "x509v3.h"
-#include "tls.h"
 #include "tlsv1_common.h"
 #include "tlsv1_record.h"
 #include "tlsv1_client.h"