summaryrefslogtreecommitdiff
path: root/ecc-curve448.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-01-25 20:04:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-01-25 20:04:33 +0100
commit5694b1e418f82869e67eb06ba6c4784c0755df5b (patch)
treebef9535d49958b4869b764a60e1a105329e574c9 /ecc-curve448.c
parent684be413c69c061044574e0601216b4e209f5bab (diff)
downloadnettle-5694b1e418f82869e67eb06ba6c4784c0755df5b.tar.gz
Delete definition of ecc->g
Diffstat (limited to 'ecc-curve448.c')
-rw-r--r--ecc-curve448.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecc-curve448.c b/ecc-curve448.c
index c31a0eb2..484b7d1e 100644
--- a/ecc-curve448.c
+++ b/ecc-curve448.c
@@ -328,7 +328,6 @@ const struct ecc_curve _nettle_curve448 =
ecc_eh_to_a,
ecc_b,
- ecc_g,
ecc_unit,
ecc_table
};