X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bits.c;h=374d671eb1416d0101d609157956c98d578c731f;hb=83223a0c7bbc239a4320f02fe0c9cc1006d97ec4;hp=3501b5296fdc40d0d67ca66a03e02d222de5a5df;hpb=6f6a3d158959b5b3dc1f067f89c21e5303b91ba4;p=debian%2Fgzip diff --git a/bits.c b/bits.c index 3501b52..374d671 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1999, 2009-2017 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -205,10 +205,6 @@ void copy_block(buf, len, header) bits_sent += (off_t)len<<3; #endif while (len--) { -#ifdef CRYPT - int t; - if (key) zencode(*buf, t); -#endif put_byte(*buf++); } }