diff --git a/src/Md5/Md5.cpp b/src/Md5/Md5.cpp index 6d1eae9..08c17d6 100644 --- a/src/Md5/Md5.cpp +++ b/src/Md5/Md5.cpp @@ -1,4 +1,4 @@ -#include "md5.h" +#include "Md5/Md5.h" #include unsigned char PADDING[] = @@ -179,4 +179,4 @@ void MD5Transform(unsigned int state[4], unsigned char block[64]) state[1] += b; state[2] += c; state[3] += d; -} \ No newline at end of file +}