From 85acf0699e4d5cc116bab88c4f03b1564f80f644 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 26 May 2020 14:20:38 +0900 Subject: [PATCH] ecc-sos: Unsigned integer for SSH, more. Signed-off-by: NIIBE Yutaka --- agent/command-ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 4c6671f7a..9c58bec73 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -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++)