Fix m 60 a 0 by making modified variable non-const
[hashcat.git] / OpenCL / markov_be.cl
index a429b2e..9d0720f 100644 (file)
@@ -3,11 +3,11 @@
  * License.....: MIT
  */
 
-#include "include/kernel_vendor.h"
+#include "inc_vendor.cl"
 
 #define CHARSIZ 256
 
-#include "OpenCL/types_ocl.c"
+#include "inc_types.cl"
 
 inline void generate_pw (u32 pw_buf[16], __global cs_t *root_css_buf, __global cs_t *markov_css_buf, const u32 pw_l_len, const u32 pw_r_len, const u32 mask80, const u32 bits14, const u32 bits15, u64 val)
 {