diff options
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index fd940dbc0..88af788a9 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -148,9 +148,6 @@ gen_revoke( const char *uname ) afx.what = 1; afx.hdrlines = "Comment: A revocation certificate should follow\n"; iobuf_push_filter( out, armor_filter, &afx ); - if( opt.compress ) - iobuf_push_filter( out, compress_filter, &zfx ); - /* create it */ rc = make_keysig_packet( &sig, pk, NULL, NULL, sk, 0x20, 0, NULL, NULL); |