minizip: don't disable uncrypt everywhere

.. and rather have it again as an option.
This commit is contained in:
Pavel Raiskup 2017-01-23 16:12:49 +01:00
parent cacf7f1d4e
commit 126c2cda38
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@
#include <stdlib.h>
#include <string.h>
#ifndef NOUNCRYPT
#define NOUNCRYPT
#endif
#include "zlib.h"
#include "unzip.h"