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

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

This commit is contained in:
jsteube 2016-11-28 10:51:41 +01:00
commit 2e70b51529

View File

@ -373,7 +373,7 @@ __constant u32 c_pbox[18] =
L ^= P[17]; \
}
void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
static void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
{
u32 A = digest[0];
u32 B = digest[1];