]> git.gag.com Git - debian/gzip/commitdiff
Initial revision
authorJean-loup Gailly <jloup@chorus.fr>
Mon, 22 Mar 1993 09:48:47 +0000 (09:48 +0000)
committerJean-loup Gailly <jloup@chorus.fr>
Mon, 22 Mar 1993 09:48:47 +0000 (09:48 +0000)
crypt.h [new file with mode: 0644]

diff --git a/crypt.h b/crypt.h
new file mode 100644 (file)
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