From e81e0970f7ab6c815f3396168d47fc6ab57fdf30 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Oct 1998 16:00:17 +0000 Subject: last local commit --- g10/sign.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'g10/sign.c') diff --git a/g10/sign.c b/g10/sign.c index 349b2f34d..304843f59 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -225,12 +225,14 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr, if( opt.armor && !outfile ) iobuf_push_filter( out, armor_filter, &afx ); + #ifdef ENABLE_COMMENT_PACKETS else { write_comment( out, "#created by GNUPG v" VERSION " (" PRINTABLE_OS_NAME ")"); if( opt.comment_string ) write_comment( out, opt.comment_string ); } + #endif if( encrypt ) { efx.pk_list = pk_list; /* fixme: set efx.cfx.datalen if known */ -- cgit v1.2.3