From: Jens Steube Date: Wed, 27 Apr 2016 12:03:28 +0000 (+0200) Subject: Fix variable name typo in -m 13500 X-Git-Tag: v3.00-beta~61 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=1ccb643fbaa821a095badfe61100846e18298b3a Fix variable name typo in -m 13500 --- diff --git a/OpenCL/m13500_a0.cl b/OpenCL/m13500_a0.cl index 15fd7ca..85f318c 100644 --- a/OpenCL/m13500_a0.cl +++ b/OpenCL/m13500_a0.cl @@ -65,7 +65,7 @@ static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16]) tmp13 = __byte_perm (carry[13], carry[12], selector); tmp14 = __byte_perm (carry[14], carry[13], selector); tmp15 = __byte_perm (carry[15], carry[14], selector); - tmp17 = __byte_perm ( 0, carry[15], selector); + tmp16 = __byte_perm ( 0, carry[15], selector); #endif #if defined IS_AMD || defined IS_GENERIC diff --git a/OpenCL/m13500_a1.cl b/OpenCL/m13500_a1.cl index 0d90af7..77ac8df 100644 --- a/OpenCL/m13500_a1.cl +++ b/OpenCL/m13500_a1.cl @@ -63,7 +63,7 @@ static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16]) tmp13 = __byte_perm (carry[13], carry[12], selector); tmp14 = __byte_perm (carry[14], carry[13], selector); tmp15 = __byte_perm (carry[15], carry[14], selector); - tmp17 = __byte_perm ( 0, carry[15], selector); + tmp16 = __byte_perm ( 0, carry[15], selector); #endif #if defined IS_AMD || defined IS_GENERIC diff --git a/OpenCL/m13500_a3.cl b/OpenCL/m13500_a3.cl index 6c5303c..92a526f 100644 --- a/OpenCL/m13500_a3.cl +++ b/OpenCL/m13500_a3.cl @@ -63,7 +63,7 @@ static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16]) tmp13 = __byte_perm (carry[13], carry[12], selector); tmp14 = __byte_perm (carry[14], carry[13], selector); tmp15 = __byte_perm (carry[15], carry[14], selector); - tmp17 = __byte_perm ( 0, carry[15], selector); + tmp16 = __byte_perm ( 0, carry[15], selector); #endif #if defined IS_AMD || defined IS_GENERIC