diff options
| author | Werner Koch <[email protected]> | 1998-02-18 13:58:46 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-02-18 13:58:46 +0000 |
| commit | b758180325b90184f7ac66267141cb5465c07a9f (patch) | |
| tree | 69767c83c2ad2afd85db3cdbcb7489cc13c76123 /g10/revoke.c | |
| parent | import works (diff) | |
| download | gnupg-b758180325b90184f7ac66267141cb5465c07a9f.tar.gz gnupg-b758180325b90184f7ac66267141cb5465c07a9f.zip | |
added revcation stuff and fixed a couple of bugs
Diffstat (limited to 'g10/revoke.c')
| -rw-r--r-- | g10/revoke.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 2a8c5fc5c..59d866b92 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -152,6 +152,7 @@ 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 ); |
