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:
Viktor Szakats
2010-04-26 19:12:45 +00:00
parent c76bb8f02a
commit 23ab5fb10b
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -68,9 +68,11 @@
#include <stdlib.h>
#include <string.h>
/*
#ifndef NOUNCRYPT
#define NOUNCRYPT
#endif
*/
#include "zlib.h"
#include "unzip.h"