From 08a6edfec7d0dde22abccfa9202f29cc2ec60ba2 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Thu, 19 Nov 2015 16:31:44 +0900 Subject: [PATCH] minizip: do not declare NOUNCRYPT NOUNCRYPT is added to reduce code size. And this file was not maintaied very long time also on upstream. Now, we need this to unzip password protected file. Further, many of major linux distributions also disable this. Change-Id: I530d56f02a92361d4c02b3d9ee6338dfd9e841dd Signed-off-by: WaLyong Cho Signed-off-by: DongHun Kwak --- contrib/minizip/unzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 9093504..7b471ff 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c @@ -69,7 +69,7 @@ #include #ifndef NOUNCRYPT - #define NOUNCRYPT +// #define NOUNCRYPT #endif #include "zlib.h" -- 2.7.4