Added bad password detection for AES from minizip master

This commit is contained in:
Felix Ritter
2016-11-05 15:19:45 +01:00
parent 46ebe69295
commit df48275b02
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -57,6 +57,7 @@ typedef voidp unzFile;
#define UNZ_BADZIPFILE (-103)
#define UNZ_INTERNALERROR (-104)
#define UNZ_CRCERROR (-105)
#define UNZ_BADPASSWORD (-106)
/***************************************************************************/