freebsd-dev/gnu/usr.bin/gzip/crypt.c

7 lines
148 B
C
Raw Normal View History

1993-06-18 18:39:41 +00:00
/* crypt.c (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifdef RCSID
1999-08-27 23:37:10 +00:00
static char rcsid[] = "$FreeBSD$";
1993-06-18 18:39:41 +00:00
#endif