aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/aes/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/aes/ChangeLog')
-rw-r--r--src/lib/crypto/aes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/crypto/aes/ChangeLog b/src/lib/crypto/aes/ChangeLog
index f937690..6955bc1 100644
--- a/src/lib/crypto/aes/ChangeLog
+++ b/src/lib/crypto/aes/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-25 Tom Yu <tlyu@mit.edu>
+
+ * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always
+ little-endian. Default to little-endian if there's no other
+ compile-time way to detect endianness, noting it as a guess.
+ (SAFE_IO): Error out if SAFE_IO is not set and endianness was
+ guessed.
+
2004-05-07 Ken Raeburn <raeburn@mit.edu>
* aesopt.h (PLATFORM_BYTE_ORDER): Check for _MIPSEB, _MIPSEL. If