From c82d8c3561c67cb875a05c9f8caa37fad68dc4b5 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 31 Oct 2002 22:54:00 +0000 Subject: * k5-int.h (krb5_ser_handle): Now points to const. (krb5_kt_dfl_ops): Now const. (struct _krb5_kt_ops): Field serializer now points to const krb5_ser_entry instead of void. * krb5.hin (struct _krb5_kt): Field ops now points to const. * kt_file.c (krb5_ktf_ops, krb5_ktf_writable_ops): Now const. Drop cast of serializer entry initializer. (fopen_mode_rbplus, fopen_mode_rb): Now const. * kt_srvtab.c (krb5_kts_ops): Now const. * ktbase.c (krb5_ktf_ops, krb5_kts_ops): Update declarations. (struct krb5_kt_typelist): Field ops now points to const. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14953 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 6c6e50742..94b426519 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +2002-10-31 Ken Raeburn + + * k5-int.h (krb5_ser_handle): Now points to const. + (krb5_kt_dfl_ops): Now const. + (struct _krb5_kt_ops): Field serializer now points to const + krb5_ser_entry instead of void. + * krb5.hin (struct _krb5_kt): Field ops now points to const. + 2002-10-30 Ken Hornstein * krb5.hin: Change definitions of new SAM preauth types to -- cgit