From 1022534c0261ac5fab60be3dbfb1902ad2c837b9 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 30 Oct 2017 15:01:17 +0900 Subject: [PATCH] Fix gpg_do_keygen. --- src/openpgp-do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpgp-do.c b/src/openpgp-do.c index 7c34bf4..bf77d9f 100644 --- a/src/openpgp-do.c +++ b/src/openpgp-do.c @@ -2088,7 +2088,7 @@ gpg_do_keygen (uint8_t *buf) else if (attr == ALGO_NISTP256R1 || attr == ALGO_SECP256K1) { const uint8_t *p; - int i, r; + int i; rnd = NULL; do