F2I-Consulting / Minizip

Copy of the minizip source code included in zlib "contrib/minizip" folder
http://www.winimage.com/zLibDll/minizip.html
0 stars 4 forks source link

Minizip 1.1

RHEL

Our RHEL 6 machines have zlib.h version 1.2.3 so zip.c will not compile because the type z_crc_t is undefined. An easy fix, since I don't think you care about encrypting RESQML packages, is to simply compile on Linux with -DNOCRYPT. RHEL 7 seems to have zlib.h version 1.2.7 which does have the z_crc_t type however. (See issue #2)