From 23ab5fb10b7200ff4cb81298eef8dea2e57060c1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Apr 2010 19:12:45 +0000 Subject: [PATCH] 2010-04-26 21:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/minizip/unzip.c + Enabled encryption on unzip. For some reason original developers permanently disabled it. --- harbour/ChangeLog | 5 +++++ harbour/external/minizip/unzip.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 053489b412..6ffc288f7c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-26 21:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * external/minizip/unzip.c + + Enabled encryption on unzip. For some reason original + developers permanently disabled it. + 2010-04-26 20:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/Makefile * contrib/hbct/dummy.c diff --git a/harbour/external/minizip/unzip.c b/harbour/external/minizip/unzip.c index 9c8ee12a88..6d5472019c 100644 --- a/harbour/external/minizip/unzip.c +++ b/harbour/external/minizip/unzip.c @@ -68,9 +68,11 @@ #include #include +/* #ifndef NOUNCRYPT #define NOUNCRYPT #endif +*/ #include "zlib.h" #include "unzip.h"