md5sum: handle BSD reversed format checksums
commit7da844cc86e1209acbe820771b0e9a35fd89da3b
authorPádraig Brady <P@draigBrady.com>
Fri, 16 Sep 2011 10:47:35 +0000 (16 11:47 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 16 Sep 2011 18:09:26 +0000 (16 19:09 +0100)
tree38035a065326d41abd6535306ff4aca7273d8c3a
parentb98e41cc74016d5f6b2f70847c126e737193a36b
md5sum: handle BSD reversed format checksums

* src/md5sum.c (split_3): Detect and handle BSD reversed
format checksums.
* tests/misc/md5sum-bsd: Add a new test.
* tests/Makefile.am: Reference new test.
* NEWS: Mention the improvement
Suggested by Rimas Kudelis.
NEWS
src/md5sum.c
tests/Makefile.am
tests/misc/md5sum-bsd [new file with mode: 0755]