aboutsummaryrefslogtreecommitdiffstats
path: root/sm/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/sign.c')
-rw-r--r--sm/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/sign.c b/sm/sign.c
index cd80a1215..e102cd0d6 100644
--- a/sm/sign.c
+++ b/sm/sign.c
@@ -547,7 +547,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist,
algo = gcry_md_map_name (algoid);
if (!algo)
{
- log_error ("unknown hash algorithm `%s'\n", algoid? algoid:"?");
+ log_error ("unknown hash algorithm '%s'\n", algoid? algoid:"?");
rc = gpg_error (GPG_ERR_BUG);
goto leave;
}