From 42afc42f9f809a0f0bc2f81bae9041444238dbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 11 Nov 2017 09:49:07 +0100 Subject: [PATCH] ChangeLog entry for previous change. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index bcc0f827..ed98960f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-11-08 Niels Möller <nisse@lysator.liu.se> + + * ecc-curve.h (nettle_secp_192r1, nettle_secp_224r1) + (nettle_secp_256r1, nettle_secp_384r1, nettle_secp_521r1): Delete + macro wrappers, partially reverting below 2017-04-09 change. They + didn't work at all for applications that only see a forward + declaration of struct ecc_curve. Instead, we will have to make an + ABI and API break and delete these symbols, when the size of + struct ecc_curve is increased. + 2017-11-05 Niels Möller <nisse@lysator.liu.se> * configure.ac Bump package version to 3.4. -- GitLab