X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bits.c;h=374d671eb1416d0101d609157956c98d578c731f;hb=621b71dc5a3e523d4663d9021a9bbcc29c19690d;hp=03ea3e998c5cda97cc0c5e7d019c77c7b22b97da;hpb=3d2df61b0ca3aa4efd9258905402dc2a2c73c14c;p=debian%2Fgzip diff --git a/bits.c b/bits.c index 03ea3e9..374d671 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999, 2009-2015 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++); } }