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

Merge branch 'matrix-fix_m13500_a1'

This commit is contained in:
jsteube 2016-11-28 10:57:52 +01:00
commit 90d8f5a0b5

View File

@ -15,7 +15,7 @@
#include "inc_common.cl"
#include "inc_simd.cl"
void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
{
const u32 mod = offset & 3;
const u32 div = offset / 4;