More fixes for IS_UNKNOWN in kernels
[hashcat.git] / OpenCL / m05800.cl
index 5e70427..e6f90f6 100644 (file)
@@ -1098,7 +1098,7 @@ static void append_salt (u32 w0[4], u32 w1[4], u32 w2[4], const u32 append[5], c
   u32 tmp4;
   u32 tmp5;
 
-  #ifdef IS_AMD
+  #if defined IS_AMD || defined IS_UNKNOWN
 
   const int offset_minus_4 = 4 - (offset & 3);