aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-01-30 20:16:28 +0000
committerWerner Koch <[email protected]>2007-01-30 20:16:28 +0000
commit7eec2efa66b55eab51e20d0fcc606763081d0024 (patch)
tree87dae67ea711626b9831caa374a3763ce2b7bf14 /g10/sign.c
parentjnlib/ (diff)
downloadgnupg-7eec2efa66b55eab51e20d0fcc606763081d0024.tar.gz
gnupg-7eec2efa66b55eab51e20d0fcc606763081d0024.zip
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.
Diffstat (limited to '')
-rw-r--r--g10/sign.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 8ae9c0b28..062fa9f48 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -503,6 +503,7 @@ only_old_style( SK_LIST sk_list )
}
+
static void
print_status_sig_created ( PKT_secret_key *sk, PKT_signature *sig, int what )
{
@@ -983,7 +984,7 @@ sign_file( strlist_t filenames, int detached, strlist_t locusr,
goto leave;
}
- write_status (STATUS_BEGIN_SIGNING);
+ write_status_begin_signing (mfx.md);
/* Setup the inner packet. */
if( detached ) {
@@ -1361,7 +1362,7 @@ sign_symencrypt_file (const char *fname, strlist_t locusr)
goto leave;
}
- write_status (STATUS_BEGIN_SIGNING);
+ write_status_begin_signing (mfx.md);
/* Pipe data through all filters; i.e. write the signed stuff */
/*(current filters: zip - encrypt - armor)*/