diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/gzip/crypt.h |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/gzip/crypt.h')
-rw-r--r-- | gnu/usr.bin/gzip/crypt.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/gzip/crypt.h b/gnu/usr.bin/gzip/crypt.h new file mode 100644 index 00000000000..e410503767d --- /dev/null +++ b/gnu/usr.bin/gzip/crypt.h @@ -0,0 +1,14 @@ +/* crypt.h (dummy version) -- do not perform encryption + * Hardly worth copyrighting :-) + * + * $Id: crypt.h,v 1.1 1995/10/18 08:40:52 deraadt Exp $ + */ + +#ifdef CRYPT +# undef CRYPT /* dummy version */ +#endif + +#define RAND_HEAD_LEN 12 /* length of encryption random header */ + +#define zencode +#define zdecode |