summaryrefslogtreecommitdiffstats
path: root/libmd5
diff options
context:
space:
mode:
Diffstat (limited to 'libmd5')
-rw-r--r--libmd5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmd5/md5.c b/libmd5/md5.c
index 5210d92..d0627ff 100644
--- a/libmd5/md5.c
+++ b/libmd5/md5.c
@@ -189,7 +189,7 @@ MD5Final(md5byte digest[16], struct MD5Context *ctx)
void
MD5Transform(UWORD32 buf[4], UWORD32 const in[16])
{
- register UWORD32 a, b, c, d;
+ UWORD32 a, b, c, d;
a = buf[0];
b = buf[1];