diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-31 13:51:10 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-31 14:45:02 +0100 |
commit | 1d6931a643e826cc18cf040a992d23bb5e2af003 (patch) | |
tree | 1271af281d43313213abaecc9a8c033af21ffa80 /ChangeLog | |
parent | ffd3ba280554960db57bd8f949c72463536eab2a (diff) | |
download | coreutils-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |