aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/Gzip/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'SrcShared/Gzip/crypt.h')
-rw-r--r--SrcShared/Gzip/crypt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/SrcShared/Gzip/crypt.h b/SrcShared/Gzip/crypt.h
new file mode 100644
index 0000000..2a4c203
--- /dev/null
+++ b/SrcShared/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