X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftls%2Ftlsv1_client_read.c;h=ed3f2606c8cc24d87effcbe93e0999ed22f4222c;hb=03da66bd59567c90dc3b3b0892c3346472a0b413;hp=ee20330ce2c6b6174da4f034cf39a48fa49df013;hpb=5586f500a0c58b457e512ac01a2a316657474a15;p=libeap.git diff --git a/src/tls/tlsv1_client_read.c b/src/tls/tlsv1_client_read.c index ee20330..ed3f260 100644 --- a/src/tls/tlsv1_client_read.c +++ b/src/tls/tlsv1_client_read.c @@ -15,10 +15,10 @@ #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"