home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip201.zip / crypt.c < prev    next >
Text File  |  1993-09-02  |  462b  |  12 lines

  1. /*
  2.    crypt.c (dummy version) by Info-ZIP.      Last revised:  11 Sep 92
  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 (zcrypt20.zip or later).
  9.  */
  10.  
  11. int dummy_crypt; /* avoid warning about empty translation unit */
  12.