summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2018-07-03 14:04:28 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2018-07-03 14:04:28 +0900
commitc3bd529aa71a18cceccb144ffd59c0a7956f1970 (patch)
tree92a473c7e2ec98134b6e3411ee1c0213427eda51
parent56ea61667135d17f0822718cf12f26525f0141d9 (diff)
downloadzlib-accepted/tizen_7.0_base_tool_hotfix.tar.gz
zlib-accepted/tizen_7.0_base_tool_hotfix.tar.bz2
zlib-accepted/tizen_7.0_base_tool_hotfix.zip
Remove the definition of NOUNCRYPTtizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_base/20201208.051733submit/tizen_base/20201208.051231submit/tizen_base/20201207.055733submit/tizen_base/20180703.052926submit/tizen_7.0_base_hotfix/20221115.161701submit/tizen_7.0_base/20221028.201301submit/tizen_6.5_base/20211027.201101submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162702submit/tizen_6.0_base_hotfix/20201030.192502submit/tizen_6.0_base/20201029.184802submit/tizen_5.5_base_wearable_hotfix/20201023.155602submit/tizen_5.5_base_mobile_hotfix/20201023.171502submit/tizen_5.5_base/20191030.000001submit/tizen_5.0_base/20181101.000002accepted/tizen/base/20180706.152807accepted/tizen/7.0/base/tool/hotfix/20221115.084746accepted/tizen/7.0/base/tool/20221028.120713accepted/tizen/7.0/base/hotfix/20230714.004001accepted/tizen/7.0/base/20230714.003152accepted/tizen/6.5/base/tool/20211027.121155accepted/tizen/6.5/base/20230714.002744accepted/tizen/6.0/base/tool/hotfix/20201102.085623accepted/tizen/6.0/base/tool/hotfix/20201030.124505accepted/tizen/6.0/base/tool/20201029.111658accepted/tizen/6.0/base/20230713.143127accepted/tizen/6.0/base/20201029.110003accepted/tizen/5.5/base/wearable/hotfix/20201023.080417accepted/tizen/5.5/base/mobile/hotfix/20201023.084025accepted/tizen/5.5/base/20191030.082547accepted/tizen/5.0/base/20181101.091544tizen_7.0_base_hotfixtizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_basetizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixtizen_5.5_basetizen_5.0_basesandbox/backup/zlib_1.2.11_20230102accepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseaccepted/tizen_5.0_base
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>
-rw-r--r--contrib/minizip/unzip.c2
1 files changed, 1 insertions, 1 deletions
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"