From 256f67675f84ee02d842d14c93bfc8d6383b65b1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Apr 2006 10:13:23 +0000 Subject: About to release 1.4.3 --- g10/textfilter.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'g10/textfilter.c') diff --git a/g10/textfilter.c b/g10/textfilter.c index 78c2bf7c1..8665a7200 100644 --- a/g10/textfilter.c +++ b/g10/textfilter.c @@ -33,6 +33,7 @@ #include "filter.h" #include "i18n.h" #include "options.h" +#include "status.h" #ifdef HAVE_DOSISH_SYSTEM #define LF "\r\n" @@ -177,6 +178,8 @@ copy_clearsig_text( IOBUF out, IOBUF inp, MD_HANDLE md, if( !escape_dash ) escape_from = 0; + write_status (STATUS_BEGIN_SIGNING); + for(;;) { maxlen = MAX_LINELEN; n = iobuf_read_line( inp, &buffer, &bufsize, &maxlen ); -- cgit v1.2.3