Use "sizeof VAR", rather than a literal "4".
authorJim Meyering <meyering@redhat.com>
Thu, 31 Jan 2008 13:32:19 +0000 (14:32 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 31 Jan 2008 18:15:59 +0000 (19:15 +0100)
commit17bdb83ae669a9a01b6c33846a423e832e79557c
tree1dd4e330c6c59949318ecb78abeec83c75378ef8
parent212d02e3f6ec01cca0f1d69e37994936ef9a46d3
Use "sizeof VAR", rather than a literal "4".

* lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
* lib/md4.c (md4_read_ctx): Likewise.
* lib/sha1.c (sha1_read_ctx): Likewise.
ChangeLog
lib/md4.c
lib/md5.c
lib/sha1.c