mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-06 21:51:07 +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:
parent
f3d07c634e
commit
324dbe3eb5
@ -1439,7 +1439,7 @@ agent_public_key_from_file (ctrl_t ctrl,
|
|||||||
{
|
{
|
||||||
*p++ = '(';
|
*p++ = '(';
|
||||||
*p++ = *s++;
|
*p++ = *s++;
|
||||||
p = stpcpy (p, " %m)");
|
p = stpcpy (p, " %M)");
|
||||||
log_assert (argidx < DIM (args));
|
log_assert (argidx < DIM (args));
|
||||||
args[argidx++] = &array[idx];
|
args[argidx++] = &array[idx];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user