diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index e893e0277..86ffe5bd9 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,8 @@ 2006-06-30 Love Hörnquist Åstrand + * krb5/init_sec_context.c: Make work on compilers that are + somewhat more picky then gcc4 (like gcc2.95) + * krb5/init_sec_context.c (do_delegation): use KDCOptions2int to convert fwd_flags to an integer, since otherwise int2KDCOptions in krb5_get_forwarded_creds wont do the right thing.