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

pull/887/head
jsteube 8 years ago
commit a073abc0bb

@ -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;

Loading…
Cancel
Save