summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/compress.c b/g10/compress.c
index e787b2918..9d0ad3405 100644
--- a/g10/compress.c
+++ b/g10/compress.c
@@ -81,7 +81,7 @@ init_compress( compress_filter_context_t *zfx, z_stream *zs )
g10_exit (2);
}
- zfx->outbufsize = 8192;
+ zfx->outbufsize = 65536;
zfx->outbuf = xmalloc( zfx->outbufsize );
}