aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
committerWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
commite284277f0490a4606b99f3de5fdc3053084b99dd (patch)
treef9a5e6a69e82a5efe339ccdaa09664fa0679b066 /g10/export.c
parentadd-key works (diff)
downloadgnupg-e284277f0490a4606b99f3de5fdc3053084b99dd.tar.gz
gnupg-e284277f0490a4606b99f3de5fdc3053084b99dd.zip
*** empty log message ***V0-2-19
Diffstat (limited to '')
-rw-r--r--g10/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c
index 87708f08d..c70af6cc8 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -67,7 +67,7 @@ export_pubkeys( STRLIST users )
afx.what = 1;
iobuf_push_filter( out, armor_filter, &afx );
}
- if( opt.compress )
+ if( opt.compress_keys && opt.compress )
iobuf_push_filter( out, compress_filter, &zfx );
if( all ) {