diff options
Diffstat (limited to 'g10/textfilter.c')
-rw-r--r-- | g10/textfilter.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 ); |