summaryrefslogtreecommitdiff
path: root/packaging/0001-Remove-the-definition-of-NOUNCRYPT.patch
blob: 834c16e76c633c04d1d9f7f8f296ec0d5a232609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
From c3bd529aa71a18cceccb144ffd59c0a7956f1970 Mon Sep 17 00:00:00 2001
From: DongHun Kwak <dh0128.kwak@samsung.com>
Date: Tue, 3 Jul 2018 14:04:28 +0900
Subject: [PATCH] Remove the definition of NOUNCRYPT

https://stackoverflow.com/questions/6711173/how-to-use-unzopencurrentfilepassword

[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] password not supported at zlib
[Cause & Measure] Remove definition NOUNCRYPT
[Checking Method]

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I9c00895558e94306e847c841c9f7291b68ffadf5
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
---
 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 bcfb941..b1cae82 100644
--- a/contrib/minizip/unzip.c
+++ b/contrib/minizip/unzip.c
@@ -69,7 +69,7 @@
 #include <string.h>
 
 #ifndef NOUNCRYPT
-        #define NOUNCRYPT
+//#define NOUNCRYPT
 #endif
 
 #include "zlib.h"
-- 
2.25.1