diff --git a/lib/hcrypto/ChangeLog b/lib/hcrypto/ChangeLog index e313fdf7f..9706cebce 100644 --- a/lib/hcrypto/ChangeLog +++ b/lib/hcrypto/ChangeLog @@ -1,5 +1,14 @@ -2008-04-11 Love Hörnquist Åstrand +2008-04-15 Love Hörnquist Åstrand + * camellia-ntt.h: Move the typedef u to camellia-ntt.h header + file. Use u32 to define KEY_TABLE_TYPE, avoids warning on + platfors where u32 is not unsigned int. + + * camellia.h: Drop need to camellia-ntt.h by including some more + defines. + +2008-04-11 Love Hörnquist Åstrand + * rnd_keys.c: deprecated. * des.h: c++ wrappers + deprecated.