X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/261442af210d652fc2c8a3d9197097982701bd16..703ad5b9a14dc2a42849669d3618a8ba1136bb92:/stglibs/crypto.lib/ag_md5.c diff --git a/stglibs/crypto.lib/ag_md5.c b/stglibs/crypto.lib/ag_md5.c index fef284a5..a638c189 100644 --- a/stglibs/crypto.lib/ag_md5.c +++ b/stglibs/crypto.lib/ag_md5.c @@ -1,4 +1,3 @@ - #ifdef WIN32 #include #include @@ -11,8 +10,8 @@ #include #include #include -#include "ag_md5.h" +#include "stg/ag_md5.h" #define F1(x, y, z) (z ^ (x & (y ^ z))) #define F2(x, y, z) F1(z, x, y) @@ -22,7 +21,6 @@ #define MD5STEP(f, w, x, y, z, data, s) \ ( w += f(x, y, z) + data, w = w<>(32-s), w += x ) - int i64c(int i) { if (i <= 0)