summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-08 04:18:31 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-08 04:18:31 +0000
commit59a772e257ac9012eaecd8c35f27c1e4630c80b0 (patch)
treed45b13209b4f216a33128e3b40d48e56c1a7fe68 /src/include/ChangeLog
parent9a96c5372db9476322e689277469a56a5b4552be (diff)
downloadkrb5-59a772e257ac9012eaecd8c35f27c1e4630c80b0.tar.gz
krb5-59a772e257ac9012eaecd8c35f27c1e4630c80b0.tar.xz
krb5-59a772e257ac9012eaecd8c35f27c1e4630c80b0.zip
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
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog3
1 files changed, 3 insertions, 0 deletions
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 <raeburn@mit.edu>
+ * 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