From 53bd3c35c2f895d9c766143b19ea293cdb9bcba0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 8 Nov 1995 07:55:51 +0000 Subject: * krb5.hin: Removed internal functions krb5_encrypt_tkt_part, krb5_verify_padta, and krb5_obtain_padata from the public header file. * k5-int.h: Removed old preauthentication declarations and added new ones. Changed function prototype of krb5_encrypt_tkt_part. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7057 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c04fdf6ea..ac19cb61f 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 8 02:53:48 1995 Theodore Y. Ts'o + + * krb5.hin: Removed internal functions krb5_encrypt_tkt_part, + krb5_verify_padta, and krb5_obtain_padata from the public + header file. + + * k5-int.h: Removed old preauthentication declarations and added + new ones. Changed function prototype of + krb5_encrypt_tkt_part. + Tue Nov 7 12:00:00 1995 John Rivlin * k5-int.h: Place stat declation inside #ifndef __MWERKS__ so -- cgit