home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip532.zip / crypt.c < prev    next >
Text File  |  1997-10-05  |  483b  |  13 lines

  1. /*
  2.    crypt.c (dummy version) by Info-ZIP.      Last revised:  5 Oct 97
  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 (zcrypt27.zip or later).
  9.  */
  10.  
  11. /* something "externally visible" to shut up compiler/linker warnings */
  12. int zcr_dummy;
  13.