mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Fix copy/paste error in -m 23800
This commit is contained in:
parent
357742d70a
commit
05e95f7a2c
@ -65,7 +65,7 @@ KERNEL_FQ void m23800_init (KERN_ATTR_TMPS_HOOKS_ESALT (rar3_tmp_t, rar3_hook_t,
|
|||||||
tmps[gid].dgst[0][4] = SHA1M_E;
|
tmps[gid].dgst[0][4] = SHA1M_E;
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m23800_loop (KERN_ATTR_TMPS_ESALT (rar3_tmp_t, rar3_t))
|
KERNEL_FQ void m23800_loop (KERN_ATTR_TMPS_HOOKS_ESALT (rar3_tmp_t, rar3_hook_t, rar3_t))
|
||||||
{
|
{
|
||||||
const u64 gid = get_global_id (0);
|
const u64 gid = get_global_id (0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user