Fix gpg_do_keygen.

This commit is contained in:
NIIBE Yutaka
2017-10-30 15:01:17 +09:00
parent 46cc64cf03
commit 1022534c02

View File

@@ -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