Fix append_* function calls
[hashcat.git] / OpenCL / m09800_a1.cl
index 76b94f5..fd77036 100644 (file)
@@ -422,7 +422,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m09800_m04 (__glo
     w3[2] = 0;
     w3[3] = 0;
 
-    append_0x80_2 (w0, w1, pw_len);
+    append_0x80_2x4 (w0, w1, pw_len);
 
     u32 w0_t[4];
     u32 w1_t[4];
@@ -721,7 +721,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m09800_s04 (__glo
     w3[2] = 0;
     w3[3] = 0;
 
-    append_0x80_2 (w0, w1, pw_len);
+    append_0x80_2x4 (w0, w1, pw_len);
 
     u32 w0_t[4];
     u32 w1_t[4];