1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +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
*/
LOCAL_AS u64 s_sbob512_sl64[8][256];
LOCAL_AS u64 s_sbob_sl64[8][256];
for (u32 i = lid; i < 256; i += lsz)
{