From: Niels Möller Date: Sun, 27 Aug 2017 19:05:12 +0000 (+0200) Subject: ChangeLog entry for previous change. X-Git-Tag: nettle_3.4rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a07b86529ca7ccb13e782e94ce1c94ecca1fb1;p=thirdparty%2Fnettle.git ChangeLog entry for previous change. --- diff --git a/ChangeLog b/ChangeLog index 3a027a61..77ea99ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-08-27 Niels Möller + + * configure.ac (GMP_NUMB_BITS): Set to dummy value "n/a" in + mini-gmp builds. + (NUMB_BITS): New substituted variable which always holds the + configured value. + * Makefile.in (GMP_NUMB_BITS): Renamed variable... + (NUMB_BITS): ...new name + * config.make.in: Update corresponding substitution. + 2017-08-26 Niels Möller * ecc-mod-inv.c (ecc_mod_inv): Add missing assert. Fixes a