summaryrefslogtreecommitdiffstats
path: root/sm/certdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/certdump.c')
-rw-r--r--sm/certdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c
index 9d9feb07d..21a5e292c 100644
--- a/sm/certdump.c
+++ b/sm/certdump.c
@@ -183,7 +183,7 @@ gpgsm_dump_cert (const char *text, ksba_cert_t cert)
char *dn;
ksba_isotime_t t;
- log_debug ("BEGIN Certificate `%s':\n", text? text:"");
+ log_debug ("BEGIN Certificate '%s':\n", text? text:"");
if (cert)
{
sexp = ksba_cert_get_serial (cert);