aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/minizip/zip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c
index 4f76904..1b99580 100644
--- a/contrib/minizip/zip.c
+++ b/contrib/minizip/zip.c
@@ -1067,6 +1067,7 @@ extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename,
1067 int err = ZIP_OK; 1067 int err = ZIP_OK;
1068 1068
1069# ifdef NOCRYPT 1069# ifdef NOCRYPT
1070 (crcForCrypting);
1070 if (password != NULL) 1071 if (password != NULL)
1071 return ZIP_PARAMERROR; 1072 return ZIP_PARAMERROR;
1072# endif 1073# endif