cc-hash.c, hashsum.c: Move hash-file parsing stuff to `cc-hash.c'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:12:15 +0000 (13:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:12:15 +0000 (13:12 +0000)
This is a bit trickier than just slinging existing functions about and
tarting them up a bit: it introduces a proper interface to parsing hash
files, which previously was interleaved with actually verifying the
hashes.

Also moved a couple of auxiliary functions which are needed by the moved
code.


No differences found