Merge pull request #378 from mrsteyk/patch-1

b1g gayness removal
This commit is contained in:
BenCat07 2018-04-13 14:50:31 +02:00 committed by GitHub
commit eb8540bf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
//-----------------------------------------------------------------------------
static void MD5Transform(unsigned int buf[4], unsigned int const in[16])
{
register unsigned int a, b, c, d;
unsigned int a, b, c, d;
a = buf[0];
b = buf[1];