diff options
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index b4c87d4dc..44edf7925 100644 --- a/g10/export.c +++ b/g10/export.c @@ -112,7 +112,7 @@ do_export( STRLIST users, int secret, unsigned int options ) iobuf_push_filter( out, armor_filter, &afx ); } if( opt.compress_keys && opt.compress ) - iobuf_push_filter( out, compress_filter, &zfx ); + push_compress_filter(out,&zfx,opt.def_compress_algo); rc = do_export_stream( out, users, secret, options, &any ); if( rc || !any ) |