freebsd-dev/gnu/usr.bin/gzip/crypt.c
Nate Williams 222b83e890 Gzip 1.1
1993-06-18 18:39:41 +00:00

7 lines
189 B
C

/* crypt.c (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifndef lint
static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $";
#endif