Prepare for WinZip integration
[hashcat.git] / OpenCL / types_ocl.c
index 772aba1..9c32d12 100644 (file)
@@ -893,6 +893,22 @@ typedef struct
 
 } pstoken_t;
 
+typedef struct
+{
+  u32 type;
+  u32 mode;
+  u32 magic;
+  u32 salt_len;
+  u32 salt_buf[4];
+  u32 verify_bytes;
+  u32 compress_length;
+  u32 data_len;
+  u32 data_buf[2048];
+  u32 auth_len;
+  u32 auth_buf[5];
+
+} zip2_t;
+
 typedef struct
 {
   u32 version;