diff options
author | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
commit | 256f67675f84ee02d842d14c93bfc8d6383b65b1 (patch) | |
tree | f1df73e6997df666dc3d97db1b590babe98a4750 /g10/textfilter.c | |
parent | * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. (diff) | |
download | gnupg-1.4.3.tar.gz gnupg-1.4.3.zip |
About to release 1.4.3gnupg-1.4.3
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 ); |