mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
gpg: Add missing space to a diagnostic.
--
This commit is contained in:
parent
f618731f7e
commit
73624de5b7
@ -387,8 +387,7 @@ encrypt_simple (const char *filename, int mode, int use_seskey)
|
|||||||
if (use_seskey && s2k->mode != 1 && s2k->mode != 3)
|
if (use_seskey && s2k->mode != 1 && s2k->mode != 3)
|
||||||
{
|
{
|
||||||
use_seskey = 0;
|
use_seskey = 0;
|
||||||
log_info (_("can't use a SKESK packet"
|
log_info (_("can't use a SKESK packet due to the S2K mode\n"));
|
||||||
"due to the S2K mode\n"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* See whether we want to use OCB. */
|
/* See whether we want to use OCB. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user