From 126c2cda3843dcaa90a5790805b887b2c7d92e39 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 23 Jan 2017 16:12:49 +0100 Subject: [PATCH] minizip: don't disable uncrypt everywhere .. and rather have it again as an option. --- contrib/minizip/unzip.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index bcfb941..1895a0f 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c @@ -68,10 +68,6 @@ #include #include -#ifndef NOUNCRYPT - #define NOUNCRYPT -#endif - #include "zlib.h" #include "unzip.h"