Fix append_* function calls
[hashcat.git] / OpenCL / m00030_a1.cl
index d156010..9b76aa4 100644 (file)
@@ -219,7 +219,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, pw_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
 
     w3_t[2] = pw_salt_len * 8;
 
@@ -527,7 +527,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, pw_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
 
     w3_t[2] = pw_salt_len * 8;