1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 03:38:19 +00:00

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

This commit is contained in:
jsteube 2016-11-28 10:46:53 +01:00
commit 21153246cf

View File

@ -16,7 +16,7 @@
#include "inc_rp.cl"
#include "inc_simd.cl"
void ripemd160_transform (const u32x w[16], u32x dgst[5])
static void ripemd160_transform (const u32x w[16], u32x dgst[5])
{
u32x a1 = dgst[0];
u32x b1 = dgst[1];