1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 18:08:20 +00:00

Merge branch 'fix_m10420_a1' of https://github.com/matrix/hashcat into matrix-fix_m10420_a1

This commit is contained in:
jsteube 2016-11-28 10:54:18 +01:00
commit 2edf2a2182

View File

@ -26,7 +26,7 @@ __constant u32 padding[8] =
0x7a695364
};
void md5_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[4])
static void md5_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[4])
{
u32x a = digest[0];
u32x b = digest[1];