summaryrefslogtreecommitdiffstats
path: root/tests/helpers/test_md5.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-6/+6
| | | | | | | The symbols names are too generic. Addresses: https://github.com/karelzak/util-linux/issues/548 Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: test_md5 prints md5sum onlyRuediger Meier2016-04-131-1/+1
| | | | | | | We want to to use it for other tests without depending on gnu md5sum and without cut or awk. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: new warning fixGilles Espinasse2013-05-211-1/+1
| | | | | | | | 2.23 added -Wstrict-prototypes check. Fix make check showing CC tests/helpers/test_md5.o tests/helpers/test_md5.c:8: warning: function declaration isn't a prototype Signed-off-by: Gilles Espinasse <g.esp@free.fr>
* tests: fix compiler warnings [-Wunused-parameter]Karel Zak2011-08-011-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* md5: use symbolical digest lengthSami Kerola2011-07-211-2/+2
| | | | | | | 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>
* tests: add MD5 regression testKarel Zak2008-12-061-0/+30
Signed-off-by: Karel Zak <kzak@redhat.com>