diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/minizip/zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c index 147934c..ea54853 100644 --- a/contrib/minizip/zip.c +++ b/contrib/minizip/zip.c | |||
@@ -157,7 +157,7 @@ typedef struct | |||
157 | ZPOS64_T totalUncompressedData; | 157 | ZPOS64_T totalUncompressedData; |
158 | #ifndef NOCRYPT | 158 | #ifndef NOCRYPT |
159 | unsigned long keys[3]; /* keys defining the pseudo-random sequence */ | 159 | unsigned long keys[3]; /* keys defining the pseudo-random sequence */ |
160 | const unsigned long* pcrc_32_tab; | 160 | const z_crc_t* pcrc_32_tab; |
161 | int crypt_header_size; | 161 | int crypt_header_size; |
162 | #endif | 162 | #endif |
163 | } curfile64_info; | 163 | } curfile64_info; |