1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-05 21:41:06 +01:00

ecc-sos: When reading private key, it's unsigned.

* agent/findkey.c (agent_public_key_from_file): Use 'M' format.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2020-05-26 12:50:22 +09:00
parent f3d07c634e
commit 324dbe3eb5

View File

@ -1439,7 +1439,7 @@ agent_public_key_from_file (ctrl_t ctrl,
{
*p++ = '(';
*p++ = *s++;
p = stpcpy (p, " %m)");
p = stpcpy (p, " %M)");
log_assert (argidx < DIM (args));
args[argidx++] = &array[idx];
}