Fix append_* function calls
[hashcat.git] / OpenCL / m08800.cl
index a00588e..6ff2525 100644 (file)
@@ -1552,11 +1552,11 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m08800_init (__gl
     w3[3] = 0;
 
     if (j == 1)
-      append_0x01_3 (w0, w1, w2, salt_len + 3);
+      append_0x01_3x4 (w0, w1, w2, salt_len + 3);
     else
-      append_0x02_3 (w0, w1, w2, salt_len + 3);
+      append_0x02_3x4 (w0, w1, w2, salt_len + 3);
 
-    append_0x80_3 (w0, w1, w2, salt_len + 4);
+    append_0x80_3x4 (w0, w1, w2, salt_len + 4);
 
     w0[0] = swap_workaround (w0[0]);
     w0[1] = swap_workaround (w0[1]);