From: Niels Möller Date: Sat, 11 Nov 2017 08:49:07 +0000 (+0100) Subject: ChangeLog entry for previous change. X-Git-Tag: nettle_3.4rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42afc42f9f809a0f0bc2f81bae9041444238dbf6;p=thirdparty%2Fnettle.git ChangeLog entry for previous change. --- diff --git a/ChangeLog b/ChangeLog index bcc0f827..ed98960f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-11-08 Niels Möller + + * 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 * configure.ac Bump package version to 3.4.