File: crypt.c

package info (click to toggle)
texlive-bin 2005.dfsg.2-12
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 171,940 kB
  • ctags: 92,183
  • sloc: ansic: 714,864; cpp: 77,114; sh: 59,728; perl: 36,354; makefile: 8,380; asm: 4,244; yacc: 3,104; pascal: 2,483; python: 2,383; ada: 1,681; lex: 1,678; awk: 1,214; cs: 879; lisp: 708; xml: 473; sed: 466; java: 172; csh: 47
file content (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
/*
   crypt.c (dummy version) by Info-ZIP.      Last revised: 15 Aug 98

   This is a non-functional version of Info-ZIP's crypt.c encryption/
   decryption code for Zip, ZipCloak, UnZip and fUnZip.  This file is
   not copyrighted and may be distributed freely. :-)  See the "WHERE"
   file for sites from which to obtain the full encryption/decryption
   sources (zcrypt28.zip or later).
 */

/* something "externally visible" to shut up compiler/linker warnings */
int zcr_dummy;