mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
sm: Use the correct string in an error message.
* sm/gpgsm.c (main): Fix error message. -- GnuPG-bug-id: 4219 (cherry picked from commit 793fd8d876777c24c4d5072301fa530333d6e1d9)
This commit is contained in:
parent
01baee2b0e
commit
1b9b0fc54b
@ -1660,7 +1660,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