1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-10 08:38:11 +00:00

Fix typo in OpenCL/m11800_a3-optimized.cl

This commit is contained in:
jsteube 2019-04-14 20:04:35 +02:00
parent 59ec6ac2e1
commit 4cdff67011

View File

@ -523,7 +523,7 @@ KERNEL_FQ void m11800_s08 (KERN_ATTR_BASIC ())
* shared lookup table * shared lookup table
*/ */
LOCAL_AS u64 s_sbob512_sl64[8][256]; LOCAL_AS u64 s_sbob_sl64[8][256];
for (u32 i = lid; i < 256; i += lsz) for (u32 i = lid; i < 256; i += lsz)
{ {