mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpg: Fix a typo in a rarely shown diagnostic
--
This commit is contained in:
parent
49d16f4f6e
commit
548c3701e5
@ -470,8 +470,7 @@ encrypt_simple (const char *filename, int mode, int use_seskey)
|
||||
if (use_seskey && s2k->mode != 1 && s2k->mode != 3)
|
||||
{
|
||||
use_seskey = 0;
|
||||
log_info (_("can't use a SKESK packet"
|
||||
"due to the S2K mode\n"));
|
||||
log_info (_("can't use a SKESK packet due to the S2K mode\n"));
|
||||
}
|
||||
|
||||
/* See whether we want to use AEAD. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user