diff options
Diffstat (limited to 'Build/source/utils/gzip/crypt.h')
-rw-r--r-- | Build/source/utils/gzip/crypt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/utils/gzip/crypt.h b/Build/source/utils/gzip/crypt.h new file mode 100644 index 00000000000..2a4c203caa7 --- /dev/null +++ b/Build/source/utils/gzip/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 |