Fix for -m 1500, -m 3000: Missing "defined" keyword
[hashcat.git] / OpenCL / m11400_a3.cl
index 5d2d54f..13312bc 100644 (file)
@@ -27,7 +27,7 @@ static u32 memcat32 (u32 block0[16], u32 block1[16], const u32 block_len, const
   const u32 mod = block_len & 3;
   const u32 div = block_len / 4;
 
-  #if defined IS_AMD || defined IS_UNKNOWN
+  #if defined IS_AMD || defined IS_GENERIC
   const int offset_minus_4 = 4 - mod;
 
   u32 append0_t[4];