From 7eec2efa66b55eab51e20d0fcc606763081d0024 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 30 Jan 2007 20:16:28 +0000 Subject: Added LIBINTL to more Makefile targets. doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New. --- g10/textfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/textfilter.c') 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; -- cgit v1.2.3