Added option --stdout to print candidates instead of trying to crack a hash
[hashcat.git] / OpenCL / inc_types.cl
index 75ba7ea..44a9f7e 100644 (file)
@@ -665,7 +665,9 @@ inline u32 amd_bytealign_S (const u32 a, const u32 b, const u32 c)
 
 typedef struct
 {
-  #if   defined _DES_
+  #if defined _STDOUT_
+  u32  digest_buf[4];
+  #elif defined _DES_
   u32  digest_buf[4];
   #elif defined _MD4_
   u32  digest_buf[4];