X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zip.c;h=178bfd0752d55629cfdb51f6be61999a079bb0ba;hb=2c5f8b3d1edfca163e4c4fbc2541bc53c1dca684;hp=71623660ad003fe32913acf0d7e72d7c407a219c;hpb=b45d00dd913de2051f9c894375f333bf30db45fd;p=debian%2Fgzip diff --git a/zip.c b/zip.c index 7162366..178bfd0 100644 --- a/zip.c +++ b/zip.c @@ -1,6 +1,6 @@ /* zip.c -- compress files to the gzip or pkzip format - Copyright (C) 1997-1999, 2006-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -22,10 +22,6 @@ #include "tailor.h" #include "gzip.h" -#include "crypt.h" - -#include -#include local ulg crc; /* crc on uncompressed file data */ off_t header_bytes; /* number of bytes in gzip header */