1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +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:34 +01:00
parent 646a47236c
commit a177ca1bf0

View File

@ -2235,7 +2235,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];