Fix Md5.h used in Md5.cpp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "md5.h"
|
||||
#include "Md5/Md5.h"
|
||||
#include <memory.h>
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user