]> git.saurik.com Git - wxWidgets.git/blob - utils/Install/sfxzip/crypt.c
applied patch 422308 (fixes for version info for wxWin DLL)
[wxWidgets.git] / utils / Install / sfxzip / crypt.c
1 /*
2 crypt.c (dummy version) by Info-ZIP. Last revised: 15 Aug 98
3
4 This is a non-functional version of Info-ZIP's crypt.c encryption/
5 decryption code for Zip, ZipCloak, UnZip and fUnZip. This file is
6 not copyrighted and may be distributed freely. :-) See the "WHERE"
7 file for sites from which to obtain the full encryption/decryption
8 sources (zcrypt28.zip or later).
9 */
10
11 /* something "externally visible" to shut up compiler/linker warnings */
12 int zcr_dummy;