1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-13 22:16:14 +00:00

Merge pull request #2097 from matrix/issue_2094

Fix #2094: kernel 20600 build error
This commit is contained in:
Jens Steube 2019-07-29 14:53:49 +02:00 committed by GitHub
commit 49830ec8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,10 +150,10 @@ KERNEL_FQ void m20600_comp (KERN_ATTR_TMPS (omt_sha256_tmp_t))
* digest
*/
const u32x r0 = hc_swap32_S (tmps[gid].digest_buf[DGST_R0]);
const u32x r1 = hc_swap32_S (tmps[gid].digest_buf[DGST_R1]);
const u32x r2 = hc_swap32_S (tmps[gid].digest_buf[DGST_R2]);
const u32x r3 = hc_swap32_S (tmps[gid].digest_buf[DGST_R3]);
const u32 r0 = hc_swap32_S (tmps[gid].digest_buf[DGST_R0]);
const u32 r1 = hc_swap32_S (tmps[gid].digest_buf[DGST_R1]);
const u32 r2 = hc_swap32_S (tmps[gid].digest_buf[DGST_R2]);
const u32 r3 = hc_swap32_S (tmps[gid].digest_buf[DGST_R3]);
#define il_pos 0