minizip: do not declare NOUNCRYPT 83/116983/1 submit/tizen/20170315.045224
authorWaLyong Cho <walyong.cho@samsung.com>
Thu, 19 Nov 2015 07:31:44 +0000 (16:31 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Thu, 2 Mar 2017 07:58:53 +0000 (23:58 -0800)
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 <walyong.cho@samsung.com>
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
contrib/minizip/unzip.c

index 9093504..7b471ff 100644 (file)
@@ -69,7 +69,7 @@
 #include <string.h>
 
 #ifndef NOUNCRYPT
-        #define NOUNCRYPT
+//        #define NOUNCRYPT
 #endif
 
 #include "zlib.h"