summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index c918632d..31aa056e 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -200,9 +200,6 @@ struct ecc_curve
/* Curve constant */
const mp_limb_t *b;
- /* Generator, x coordinate followed by y (affine coordinates).
- Currently used only by the test suite. */
- const mp_limb_t *g;
/* For redc, same as B mod p, otherwise 1. */
const mp_limb_t *unit;