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.
This commit is contained in:
@@ -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
|
||||
|
||||
2
harbour/external/minizip/unzip.c
vendored
2
harbour/external/minizip/unzip.c
vendored
@@ -68,9 +68,11 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
#ifndef NOUNCRYPT
|
||||
#define NOUNCRYPT
|
||||
#endif
|
||||
*/
|
||||
|
||||
#include "zlib.h"
|
||||
#include "unzip.h"
|
||||
|
||||
Reference in New Issue
Block a user