aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 522b11f8e..f87beda62 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-09 David Shaw <[email protected]>
+
+ * sha512.c: Suffix all 64-bit constants with LL. Note this makes
+ this file non-c89 compliant. That is okay since we have an
+ autoconf check for this, and many c89 compilers support LL anyway.
+
2003-05-08 David Shaw <[email protected]>
* cipher.c (fast_random_poll): Only use times() if we HAVE_TIMES.