diff options
author | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
commit | 899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch) | |
tree | 71b685933a39dfbdc7d6801775dc2c6ff99aeddf /g10/compress.c | |
parent | changed structure of trustdb (diff) | |
download | gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.gz gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip |
Fixed a few bugs
Diffstat (limited to 'g10/compress.c')
-rw-r--r-- | g10/compress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/compress.c b/g10/compress.c index 8f8b5e6de..c237b4ac7 100644 --- a/g10/compress.c +++ b/g10/compress.c @@ -234,7 +234,6 @@ compress_filter( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { size_t size = *ret_len; - compress_filter_context_t *zfx = opaque; int c, rc=0; size_t n; |