]> git.ipfire.org Git - thirdparty/util-linux.git/commit
md5: use symbolical digest length
authorSami Kerola <kerolasa@iki.fi>
Wed, 20 Jul 2011 20:13:32 +0000 (22:13 +0200)
committerSami Kerola <kerolasa@iki.fi>
Thu, 21 Jul 2011 21:56:48 +0000 (23:56 +0200)
commite429d141061d47c567b6790f3c7d9e51e8a356a7
tree673b8cb4880f208a2152e327249fa3622ef01eae
parent5260748c28a8efd18e50c7942b001160c02bfb93
md5: use symbolical digest length

Magic hash lenght number 16 is turned to a definition MD5LENGTH,
and put into use everywhere where md5 checksum is in use.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkfs.cramfs.c
include/md5.h
lib/md5.c
libblkid/src/superblocks/hfs.c
misc-utils/mcookie.c
tests/helpers/test_md5.c