1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

ecc-sos: Unsigned integer for SSH, more.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2020-05-26 14:20:38 +09:00
parent df3628f958
commit 85acf0699e

View File

@ -1807,7 +1807,7 @@ sexp_key_construct (gcry_sexp_t *r_sexp,
for (i = 0; i < elems_n; i++)
{
es_fprintf (format, "(%c%%m)", elems[i]);
es_fprintf (format, "(%c%%M)", elems[i]);
if (secret)
{
for (j = 0; j < elems_n; j++)