Sync from coreutils.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jan 2006 05:40:19 +0000 (05:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jan 2006 05:40:19 +0000 (05:40 +0000)
commitd6471083ad248f2f9b607ae07fd7768f290b1758
treee1751d25a058764519f22ac545639a60363d5625
parent420153e431a6b9c04ad4fd15896eac1d7c2f92ef
Sync from coreutils.
* md5.c: Fix commentary typos.
(OP): Fix spacing.
(alignof, UNALIGNED_P): No need for a GCC-specific version.
* md5.h (__attribute__): Remove; unused.
* sha1.c: Fix commentary to match md5 better.
* sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
so that we don't need to worry about alignment.  All uses changed.
This merges the 2005-10-28 md5 change into sha1.
lib/ChangeLog
lib/md5.c
lib/md5.h
lib/sha1.c
lib/sha1.h