]> git.gag.com Git - debian/gzip/commitdiff
checked in with -k by eggert at 2006/11/05 06:56:00
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.c [new file with mode: 0644]

diff --git a/crypt.c b/crypt.c
new file mode 100644 (file)
index 0000000..0233368
--- /dev/null
+++ b/crypt.c
@@ -0,0 +1,6 @@
+/* crypt.c (dummy version) -- do not perform encryption
+ * Hardly worth copyrighting :-)
+ */
+#ifdef RCSID
+static char rcsid[] = "$Id$";
+#endif