b1g gayness removal

Apparently everyone has b1g gay for not doing that like fucking forever ago
This commit is contained in:
Alexander German 2018-04-13 17:44:59 +05:00 committed by GitHub
parent df13f91c64
commit 678228cf12
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]) 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]; a = buf[0];
b = buf[1]; b = buf[1];