From: Jean-loup Gailly Date: Mon, 22 Mar 1993 09:48:47 +0000 (+0000) Subject: Initial revision X-Git-Tag: v1.3.12~176 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=177d2eb4790ab834ab275dd1bc2a0a8363bc8385;p=debian%2Fgzip Initial revision --- diff --git a/crypt.h b/crypt.h new file mode 100644 index 0000000..2a4c203 --- /dev/null +++ b/crypt.h @@ -0,0 +1,12 @@ +/* crypt.h (dummy version) -- do not perform encryption + * Hardly worth copyrighting :-) + */ + +#ifdef CRYPT +# undef CRYPT /* dummy version */ +#endif + +#define RAND_HEAD_LEN 12 /* length of encryption random header */ + +#define zencode +#define zdecode