Fix append_* function calls
[hashcat.git] / OpenCL / m00030_a0.cl
index ff2e7ac..1c24133 100644 (file)
@@ -173,7 +173,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m00030_m04 (__glo
     w3_t[2] |= s3[2];
     w3_t[3] |= s3[3];
 
-    append_0x80_4 (w0_t, w1_t, w2_t, w3_t, out_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, out_salt_len);
 
     w3_t[2] = out_salt_len * 8;
 
@@ -433,7 +433,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m00030_s04 (__glo
     w3_t[2] |= s3[2];
     w3_t[3] |= s3[3];
 
-    append_0x80_4 (w0_t, w1_t, w2_t, w3_t, out_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, out_salt_len);
 
     w3_t[2] = out_salt_len * 8;