summaryrefslogtreecommitdiff
path: root/md5_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5_utils.c')
-rw-r--r--md5_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5_utils.c b/md5_utils.c
index 093798b83..9ddb104c8 100644
--- a/md5_utils.c
+++ b/md5_utils.c
@@ -163,7 +163,7 @@ void MD5Final(md5byte digest[16], struct MD5Context *ctx) {
*/
VPX_NO_UNSIGNED_OVERFLOW_CHECK 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];