commit
eb8540bf93
@ -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];
|
||||||
|
Reference in New Issue
Block a user