]> git.ipfire.org Git - thirdparty/nettle.git/commit
Delete unused pointer edwards_root from struct ecc_curve.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 23 Sep 2017 19:31:47 +0000 (21:31 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 23 Sep 2017 19:31:47 +0000 (21:31 +0200)
commit4e7403c54186267b470937f2eadb503d985cd763
treef3e74d8aaf4a22a249b6510f5cc35644d37f1345
parentc33b0ea63bb7ece8f25e8e4de7822ee48dca43af
Delete unused pointer edwards_root from struct ecc_curve.

* ecc-internal.h (struct ecc_curve): Delete unused pointer
edwards_root. Update all instances.
* eccdata.c (output_curve): Don't output it.
ChangeLog
ecc-192.c
ecc-224.c
ecc-25519.c
ecc-256.c
ecc-384.c
ecc-521.c
ecc-internal.h
eccdata.c