diff options
Diffstat (limited to 'contrib/minizip/unzip.c')
-rw-r--r-- | contrib/minizip/unzip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 9ad4766..e115663 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -1163,6 +1163,8 @@ extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) | |||
1163 | 1163 | ||
1164 | s->pfile_in_zip_read = pfile_in_zip_read_info; | 1164 | s->pfile_in_zip_read = pfile_in_zip_read_info; |
1165 | 1165 | ||
1166 | s->encrypted = 0; | ||
1167 | |||
1166 | # ifndef NOUNCRYPT | 1168 | # ifndef NOUNCRYPT |
1167 | if (password != NULL) | 1169 | if (password != NULL) |
1168 | { | 1170 | { |