summaryrefslogtreecommitdiff
path: root/unpack.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 /unpack.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 'unpack.c')
-rw-r--r--unpack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unpack.c b/unpack.c
index 276e925..947d7a5 100644
--- a/unpack.c
+++ b/unpack.c
@@ -20,7 +20,6 @@
#include <config.h>
#include "tailor.h"
#include "gzip.h"
-#include "crypt.h"
#define MIN(a,b) ((a) <= (b) ? (a) : (b))
/* The arguments must not have side effects. */