aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/armor.c')
-rw-r--r--g10/armor.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 03a393b35..1fc8ae0b0 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -944,7 +944,10 @@ armor_filter( void *opaque, int control,
iobuf_writestr(a, "-----\n");
iobuf_writestr(a, "Version: G10 v" VERSION " ("
PRINTABLE_OS_NAME ")\n");
- iobuf_writestr(a, "Comment: This is an alpha version!\n\n");
+ iobuf_writestr(a, "Comment: This is an alpha version!\n");
+ if( afx->hdrlines )
+ iobuf_writestr(a, afx->hdrlines);
+ iobuf_put(a, '\n');
afx->status++;
afx->idx = 0;
afx->idx2 = 0;