summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-31 13:57:17 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-31 13:57:17 +0100
commitfe99f6e2c29f43e7e9e375c80b8260a5643d6df9 (patch)
tree20503a331e7e11b5add0c57fb4982c0f6f60a193 /ChangeLog
parent1ad225807ea68a44e04f0b081328caedda54f6c1 (diff)
downloadgnulib-fe99f6e2c29f43e7e9e375c80b8260a5643d6df9.tar.gz
Add SHA1_DIGEST_SIZE #define to sha1.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7808c43a1..77fe4f5e56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-31 Simon Josefsson <simon@josefsson.org>
+
+ * lib/sha1.h (SHA1_DIGEST_SIZE): Add.
+
2008-01-31 Jim Meyering <meyering@redhat.com>
Prefer "sizeof v" over the equivalent "4".