Loading lib/md5.c +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ documentation and/or software. #include <string.h> /* UINT4 defines a four byte word */ typedef unsigned long int UINT4; typedef unsigned int UINT4; /* MD5 context. */ struct md5_ctx { Loading Loading
lib/md5.c +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ documentation and/or software. #include <string.h> /* UINT4 defines a four byte word */ typedef unsigned long int UINT4; typedef unsigned int UINT4; /* MD5 context. */ struct md5_ctx { Loading