mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
sm: Use the correct string in an error message.
* sm/gpgsm.c (main): Fix error message. -- GnuPG-bug-id: 4219
This commit is contained in:
parent
64a1e86fc0
commit
793fd8d876
@ -1666,7 +1666,7 @@ main ( int argc, char **argv)
|
||||
|| cmd == aClearsign,
|
||||
opt.extra_digest_algo))
|
||||
log_error (_("digest algorithm '%s' may not be used in %s mode\n"),
|
||||
forced_digest_algo,
|
||||
extra_digest_algo,
|
||||
gnupg_compliance_option_string (opt.compliance));
|
||||
|
||||
if (log_get_errorcount(0))
|
||||
|
Loading…
x
Reference in New Issue
Block a user