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

pull/887/head
jsteube 8 years ago
commit e31f8c7444

@ -2233,7 +2233,7 @@ __constant u64 sbob_rc64[12][8] =
},
};
void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256])
static void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256])
{
u64x k[8];
u64x s[8];

Loading…
Cancel
Save