]> git.cworth.org Git - gzip/blob - crypt.c
Avoid creating an undersized buffer for the hufts table.
[gzip] / crypt.c
1 /* crypt.c (dummy version) -- do not perform encryption
2  * Hardly worth copyrighting :-)
3  */
4 #ifdef RCSID
5 static char rcsid[] = "$Id: crypt.c,v 0.7 2006/11/20 08:40:33 eggert Exp $";
6 #endif
7 typedef int dummy;