summaryrefslogtreecommitdiffstats
path: root/src/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5.h b/src/md5.h
index e6e4ea64..20aae92b 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -31,7 +31,7 @@ typedef unsigned char *POINTER;
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
/* MD5 context. */