From ecedff5421ef2381ce7b6855a123c4f6583776d7 Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Wed, 19 Jul 2000 17:06:07 +0000 Subject: * k5-int.h: Add krb5int_accessor() and related definitions. krb5int_accessor should be used by any code that is trying to use krb5 internal functions (such as krb524 and GSSAPI). The goal is to eventually make this function do nothing. That will only be accomplished when we fix our apps/libraries not to call internal functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12559 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c5c9cd6b0..6342ccbca 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,12 @@ +2000-07-19 Danilo Almeida + + * k5-int.h: Add krb5int_accessor() and related definitions. + krb5int_accessor should be used by any code that is trying to use + krb5 internal functions (such as krb524 and GSSAPI). The goal is + to eventually make this function do nothing. That will only be + accomplished when we fix our apps/libraries not to call internal + functions. + 2000-07-18 Ezra Peisach * k5-int.h: Move prototypes for krb5 only internal functions -- cgit