From: Niels Möller Date: Sun, 20 Nov 2011 20:02:02 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: converted-master-branch-to-git~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33cfa1d22635e4f19eb0eff546d047f0197b7d2;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.232 --- diff --git a/ChangeLog b/ChangeLog index b8fb1abb..19b8df97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-11-20 Niels Möller + + * x86/camellia-crypt-internal.asm: Take ALIGNOF_UINT64_T into + account when getting the offset for the subkeys. Differs between + w32 and other systems. w32 problem identified by Martin Storsjö. + + * config.m4.in: Define ALIGNOF_UINT64_T (from configure). + + * configure.ac: Check alignment of uint64_t, and also use AC_SUBST + for use in config.m4.in. + 2011-11-19 Niels Möller Cygwin/mingw32 improvements contributed by Martin Storsjö: