From 59a772e257ac9012eaecd8c35f27c1e4630c80b0 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 8 Mar 2006 04:18:31 +0000 Subject: Enable compilation of little-endian unaligned load/store helper functions in k5-platform.h, and use them in kdb encoding/decoding macros. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17710 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 4065aae96..584311b05 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,8 @@ 2006-03-07 Ken Raeburn + * k5-platform.h ({load,store}_{16,32,64}_le): Enable little-endian + versions. + * k5-locate.h: Renamed from k5-plugin.h. * k5-plugin.h: New file, with plugin support function declarations moved from k5-int.h. Change return types from krb5_error_code to -- cgit