X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=blobdiff_plain;f=bits.c;h=374b49b032d1af8a5f5c865531878130f33daca7;hp=846b2f282f0a70bb1bb985c755c59876f07e0a10;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3 diff --git a/bits.c b/bits.c index 846b2f2..374b49b 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999, 2009-2013 Free Software Foundation, Inc. + Copyright (C) 1999, 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 @@ -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++); } }