1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch

This commit is contained in:
Werner Koch 1998-12-29 18:58:27 +00:00
parent 6e08b235cb
commit d6fa538a95
6 changed files with 619 additions and 6 deletions

View file

@ -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);