From 4ec1775f3eaf8733a5285460b631253b90d3c6fb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Jan 1998 21:15:24 +0000 Subject: added some trust model stuff --- g10/compress.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'g10/compress.c') diff --git a/g10/compress.c b/g10/compress.c index 0502b3637..8f8b5e6de 100644 --- a/g10/compress.c +++ b/g10/compress.c @@ -41,7 +41,6 @@ static void init_compress( compress_filter_context_t *zfx, z_stream *zs ) { int rc; - byte *inbuf, *outbuf; int level; @@ -102,9 +101,6 @@ static void init_uncompress( compress_filter_context_t *zfx, z_stream *zs ) { int rc; - byte *inbuf, *outbuf; - int level; - /**************** * PGP uses a windowsize of 13 bits. Using a negative value for @@ -175,7 +171,7 @@ compress_filter( void *opaque, int control, size_t size = *ret_len; compress_filter_context_t *zfx = opaque; z_stream *zs = zfx->opaque; - int zrc, rc=0; + int rc=0; if( control == IOBUFCTRL_UNDERFLOW ) { if( !zfx->status ) { -- cgit v1.2.3