source: vendor/gzip/1.3.11/crypt.h@ 3325

Last change on this file since 3325 was 3325, checked in by bird, 18 years ago

gzip 1.3.11

File size: 256 bytes
Line 
1/* crypt.h (dummy version) -- do not perform encryption
2 * Hardly worth copyrighting :-)
3 */
4
5#ifdef CRYPT
6# undef CRYPT /* dummy version */
7#endif
8
9#define RAND_HEAD_LEN 12 /* length of encryption random header */
10
11#define zencode
12#define zdecode
Note: See TracBrowser for help on using the repository browser.