1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 07:28:10 +00:00

Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...

This commit is contained in:
Gabriele Gristina 2016-11-27 23:59:28 +01:00
parent 646a47236c
commit b17ce53757

View File

@ -14,7 +14,7 @@
#include "inc_common.cl" #include "inc_common.cl"
#include "inc_simd.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 a1 = dgst[0];
u32x b1 = dgst[1]; u32x b1 = dgst[1];