diff options
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 ); |