summaryrefslogtreecommitdiff
path: root/eccdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'eccdata.c')
-rw-r--r--eccdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eccdata.c b/eccdata.c
index a4723f1e..92e244bd 100644
--- a/eccdata.c
+++ b/eccdata.c
@@ -1143,7 +1143,7 @@ output_curve (const struct ecc_curve *ecc, unsigned bits_per_limb)
printf ("#else\n");
- mpz_init_set_ui (t, 1);
+ mpz_set_ui (t, 1);
output_bignum ("ecc_unit", t, limb_size, bits_per_limb);
printf ("static const mp_limb_t ecc_table[%lu] = {",