summaryrefslogtreecommitdiff
path: root/unzip.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-09 09:54:16 +0200
committerJim Meyering <meyering@redhat.com>2011-05-09 10:11:25 +0200
commit9d1b94368968e29154dab51806f232cddc177b4a (patch)
tree892765f72b2b70bd2745352cddb7c4cb7c45f75d /unzip.c
parente79a716a51fa83c09dd4efa28fab4e1617b7746e (diff)
downloadgzip-9d1b94368968e29154dab51806f232cddc177b4a.tar.gz
maint: remove crypt.[ch] stubs
* Makefile.am (gzip_SOURCES): Remove crypt.c (EXTRA_DIST): Remove crypt.h * crypt.c, crypt.h: Remove files. * unpack.c: Don't #include "crypt.h" * zip.c: Likewise * util.c: Likewise. * unzip.c: Likewise.
Diffstat (limited to 'unzip.c')
-rw-r--r--unzip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unzip.c b/unzip.c
index c481a89..302194c 100644
--- a/unzip.c
+++ b/unzip.c
@@ -31,7 +31,6 @@
#include <config.h>
#include "tailor.h"
#include "gzip.h"
-#include "crypt.h"
/* PKZIP header definitions */
#define LOCSIG 0x04034b50L /* four-byte lead-in (lsb first) */