opnsense-src/gnu/usr.bin/gzip/crypt.c

7 lines
143 B
C
Raw Normal View History

1993-06-18 14:39:41 -04:00
/* crypt.c (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifdef RCSID
1997-02-22 10:48:31 -05:00
static char rcsid[] = "$Id$";
1993-06-18 14:39:41 -04:00
#endif