md5sum, sha*sum: also accept openssl checksum syntax
authorGuenter Knauf <lists@gknw.net>
Sat, 3 Oct 2009 21:24:26 +0000 (23:24 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 7 Oct 2009 07:31:27 +0000 (09:31 +0200)
commitb95be30e3fc4831391355f89a959d0c503bed5fb
tree1356f05b3c6cc1de7d19a55902e07f6034917a36
parentd183a15cbb26691e0a05bab06ab700ec46fcfba4
md5sum, sha*sum: also accept openssl checksum syntax

* src/md5sum.c (split_3): Accept openssl checksum syntax, which
differs only by two spaces from that of the bsd checksum tools:
openssl: MD5(f)= d41d8cd98f00b204e9800998ecf8427e
bsd:     MD5 (f) = d41d8cd98f00b204e9800998ecf8427e
NEWS
src/md5sum.c
tests/misc/md5sum
tests/misc/sha1sum