summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-31 13:51:10 +0100
committerJim Meyering <meyering@redhat.com>2008-01-31 14:45:02 +0100
commit1d6931a643e826cc18cf040a992d23bb5e2af003 (patch)
tree1271af281d43313213abaecc9a8c033af21ffa80 /ChangeLog
parentffd3ba280554960db57bd8f949c72463536eab2a (diff)
downloadcoreutils-1d6931a643e826cc18cf040a992d23bb5e2af003.tar.xz
Remove alignment constraint from the sha*_read_ctx functions.
* lib/sha256.c (set_uint32): New function. (sha256_read_ctx, sha224_read_ctx): Use it. * lib/sha512.c (set_uint64): New function. (sha512_read_ctx, sha384_read_ctx): Use it. * lib/sha256.h: Remove warning about alignment constraint. * lib/sha512.h: Likewise. Prompted by similar changes in gnulib's sha1 and md[45] modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 214fa02bf..d2c615aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-01-31 Jim Meyering <meyering@redhat.com>
+ Remove alignment constraint from the sha*_read_ctx functions.
+ * lib/sha256.c (set_uint32): New function.
+ (sha256_read_ctx, sha224_read_ctx): Use it.
+ * lib/sha512.c (set_uint64): New function.
+ (sha512_read_ctx, sha384_read_ctx): Use it.
+ * lib/sha256.h: Remove warning about alignment constraint.
+ * lib/sha512.h: Likewise.
+ Prompted by similar changes in gnulib's sha1 and md[45] modules.
+
Adapt to new version of vc-list-files.
* tests/check.mk (vc_exe_in_TESTS): Adapt to new constraint
that vc-list-files be run only from $(top_srcdir).