mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-18 20:37:01 +02:00
ecc-sos: Unsigned integer for SSH, more.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
df3628f958
commit
85acf0699e
@ -1807,7 +1807,7 @@ sexp_key_construct (gcry_sexp_t *r_sexp,
|
|||||||
|
|
||||||
for (i = 0; i < elems_n; i++)
|
for (i = 0; i < elems_n; i++)
|
||||||
{
|
{
|
||||||
es_fprintf (format, "(%c%%m)", elems[i]);
|
es_fprintf (format, "(%c%%M)", elems[i]);
|
||||||
if (secret)
|
if (secret)
|
||||||
{
|
{
|
||||||
for (j = 0; j < elems_n; j++)
|
for (j = 0; j < elems_n; j++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user