--- gnutls-0.3.92/lib/gnutls_compress_int.c Thu Mar 21 08:49:40 2002 +++ gnutls-0.3.92/lib/gnutls_compress_int.c Wed Mar 27 13:33:41 2002 @@ -75,8 +75,8 @@ int err; if (handle!=NULL) { - switch( handle->algo) { #ifdef HAVE_LIBZ + switch( handle->algo) { case GNUTLS_COMP_ZLIB: if (d) err = inflateEnd( handle->handle);