diff options
Diffstat (limited to 'g10/textfilter.c')
-rw-r--r-- | g10/textfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/textfilter.c b/g10/textfilter.c index daa57de0a..dc34aa244 100644 --- a/g10/textfilter.c +++ b/g10/textfilter.c @@ -178,7 +178,7 @@ copy_clearsig_text( IOBUF out, IOBUF inp, gcry_md_hd_t md, if( !escape_dash ) escape_from = 0; - write_status (STATUS_BEGIN_SIGNING); + write_status_begin_signing (md); for(;;) { maxlen = MAX_LINELEN; |