From e33cfa1d22635e4f19eb0eff546d047f0197b7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 20 Nov 2011 21:02:02 +0100 Subject: [PATCH] *** empty log message *** Rev: nettle/ChangeLog:1.232 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index b8fb1abb..19b8df97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-11-20 Niels M�ller <nisse@lysator.liu.se> + + * 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 <nisse@lysator.liu.se> Cygwin/mingw32 improvements contributed by Martin Storsj�: -- GitLab