aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index e01163631..10f56e1dc 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-19 David Shaw <[email protected]>
+
+ * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use
+ '#if' rather than '#ifdef' BIG_ENDIAN_HOST. Harmless as we
+ explicitly define BIG_ENDIAN_HOST to 1 when we need it, but needed
+ for OSX fat builds when we define BIG_ENDIAN_HOST to another
+ macro.
+
2006-02-14 Werner Koch <[email protected]>
* random.c (lock_seed_file): Build even when not used.