]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/packzip/crypt.c
added convenience accessors to wxHtmlTag and modified wxHTML code to use them; improv...
[wxWidgets.git] / utils / Install / packzip / crypt.c
CommitLineData
f6bcfd97
BP
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 */
12int zcr_dummy;