summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-03-19 20:36:46 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-03-19 20:36:46 +0100
commitb17739403c4a7bd5db0a9515380d69e4dd02344b (patch)
tree2f31cd1bf6e378b90891e7d5abca7aae3aecad14 /examples
parent5d4859c0b9f9a917d5d01c936654f611bde1d1e0 (diff)
downloadnettle-b17739403c4a7bd5db0a9515380d69e4dd02344b.tar.gz
Rename nettle_curve25519 to _nettle_curve25519, and remove declaration from ecc-curve.h.
Diffstat (limited to 'examples')
-rw-r--r--examples/ecc-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ecc-benchmark.c b/examples/ecc-benchmark.c
index edf30fc2..15df4c7f 100644
--- a/examples/ecc-benchmark.c
+++ b/examples/ecc-benchmark.c
@@ -343,7 +343,7 @@ bench_curve (const struct ecc_curve *ecc)
const struct ecc_curve * const curves[] = {
&nettle_secp_192r1,
&nettle_secp_224r1,
- &nettle_curve25519,
+ &_nettle_curve25519,
&nettle_secp_256r1,
&nettle_secp_384r1,
&nettle_secp_521r1,