diff options
author | Werner Koch <[email protected]> | 1998-12-29 18:58:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-12-29 18:58:27 +0000 |
commit | d6fa538a957eb00507219d0bfa0ac96408355d04 (patch) | |
tree | ccba0b2fb79fb91eeaf437b50bc1f415dcac605c /g10/revoke.c | |
parent | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch (diff) | |
download | gnupg-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.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); |