summaryrefslogtreecommitdiff
path: root/ecc-256.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-08-28 08:09:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-08-28 08:09:02 +0200
commitf5a43f62e28e11cf34be24f6ffdb9478cc55c44c (patch)
treedee794a0ad85a061305a7584305404f789b9aa2b /ecc-256.c
parent1a154b7fbc8eaf710b443a39848a0a4e47a3f2ba (diff)
downloadnettle-f5a43f62e28e11cf34be24f6ffdb9478cc55c44c.tar.gz
Deleted unused constant redc_g.
Diffstat (limited to 'ecc-256.c')
-rw-r--r--ecc-256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecc-256.c b/ecc-256.c
index 5c7de779..4de53008 100644
--- a/ecc-256.c
+++ b/ecc-256.c
@@ -248,7 +248,6 @@ const struct ecc_curve nettle_secp_256r1 =
ecc_b,
ecc_q,
ecc_g,
- ecc_redc_g,
NULL,
ecc_Bmodp,
ecc_Bmodp_shifted,