From 022c8bfa17d79bf1eb59325dd684ebc491d01fa1 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 24 Jul 2004 21:00:56 +0000 Subject: [PATCH] don't disable zlib anymore; I think the security issues were fixed long ago. --- src/compress.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compress.c b/src/compress.c index 6a695f50..cdee1cef 100644 --- a/src/compress.c +++ b/src/compress.c @@ -50,13 +50,12 @@ #ifdef HAVE_SYS_WAIT_H #include #endif -#undef HAVE_LIBZ #ifdef HAVE_LIBZ #include #endif #ifndef lint -FILE_RCSID("@(#)$Id: compress.c,v 1.36 2004/03/22 19:11:54 christos Exp $") +FILE_RCSID("@(#)$Id: compress.c,v 1.37 2004/07/24 21:00:56 christos Exp $") #endif -- 2.40.0