diff --git a/ChangeLog b/ChangeLog index 95d1f6951..730c1d97c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-04-04 Love Hörnquist Åstrand + * lib/asn1/check-der.c: use size_t, print size_t by casting to + unsigned long + + * lib/krb5/test_crypto.c: print size_t by casting to unsigned long + * lib/krb5/acache.c: Argument to create_new_ccache is a principal, not a credential cache name. Clean up lossage related to this problem.