ftp.nice.ch/NiCE/Opener/unzip.tar.gz#/unzip/crypt.h

This is crypt.h in view mode; [Download] [Up]

/*
   crypt.h (dummy version) by Info-ZIP.      Last revised:  6 Feb 94

   This is a non-functional version of Info-ZIP's crypt.h encryption/
   decryption header file for Zip, ZipCloak, UnZip and fUnZip.  This
   file is not copyrighted and may be distributed without restriction.
   See the "Where" file for sites from which to obtain the full crypt
   sources (zcrypt21.zip or later).
 */

#ifndef __crypt_h   /* don't include more than once */
#define __crypt_h

#ifdef CRYPT
#  undef CRYPT      /* dummy version */
#endif

#define RAND_HEAD_LEN  12    /* needed to compile funzip */

#define zencode
#define zdecode

#define zfwrite  fwrite

#define echoff(f)
#define echon()

#if (defined(AMIGA) && !defined(EPIPE))
#  define EPIPE 9999         /* (errno == EPIPE) always false */
#endif

#endif /* !__crypt_h */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.