aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-12-29 18:58:27 +0000
committerWerner Koch <[email protected]>1998-12-29 18:58:27 +0000
commitd6fa538a957eb00507219d0bfa0ac96408355d04 (patch)
treeccba0b2fb79fb91eeaf437b50bc1f415dcac605c /g10/revoke.c
parentSee ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch (diff)
downloadgnupg-d6fa538a957eb00507219d0bfa0ac96408355d04.tar.gz
gnupg-d6fa538a957eb00507219d0bfa0ac96408355d04.zip
See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch
Diffstat (limited to 'g10/revoke.c')
-rw-r--r--g10/revoke.c3
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);