aboutsummaryrefslogtreecommitdiffstats
path: root/sm/fingerprint.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-07 17:59:18 +0000
committerWerner Koch <[email protected]>2004-04-07 17:59:18 +0000
commitc61c77b1b2d68a91c409ca2a5a91368f4c84d220 (patch)
tree7143fea51bddf2532d774198e65b154e2a617b3c /sm/fingerprint.c
parent(my_dgettext): Switch the codeset once to utf-8. (diff)
downloadgnupg-c61c77b1b2d68a91c409ca2a5a91368f4c84d220.tar.gz
gnupg-c61c77b1b2d68a91c409ca2a5a91368f4c84d220.zip
* gpgsm.c: New option --force-crl-refresh.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr.
Diffstat (limited to '')
-rw-r--r--sm/fingerprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c
index 26d147f41..6755f8eb7 100644
--- a/sm/fingerprint.c
+++ b/sm/fingerprint.c
@@ -153,7 +153,7 @@ gpgsm_get_keygrip (ksba_cert_t cert, char *array)
return NULL; /* oops */
if (DBG_X509)
- log_debug ("get_keygrip for public key: %s\n", p);
+ log_debug ("get_keygrip for public key\n");
n = gcry_sexp_canon_len (p, 0, NULL, NULL);
if (!n)
{