crypt.c
Upload User: andy_li
Upload Date: 2007-01-06
Package Size: 1019k
Code Size: 0k
Development Platform:

MultiPlatform

  1. /*
  2.    crypt.c (dummy version) by Info-ZIP.      Last revised: 15 Aug 98
  3.    This is a non-functional version of Info-ZIP's crypt.c encryption/
  4.    decryption code for Zip, ZipCloak, UnZip and fUnZip.  This file is
  5.    not copyrighted and may be distributed freely. :-)  See the "WHERE"
  6.    file for sites from which to obtain the full encryption/decryption
  7.    sources (zcrypt28.zip or later).
  8.  */
  9. /* something "externally visible" to shut up compiler/linker warnings */
  10. int zcr_dummy;