K 10
svn:author
V 7
coneill
K 8
svn:date
V 27
1997-10-21T16:27:40.000000Z
K 7
svn:log
V 247
expire and makehistory double check the size of hashes to make sure they
haven't been corrupted.  Unfortunately, they expected the hash to be
sizeof(HASH)+2 instead of (sizeof(HASH) * 2) + 2, which is obviously wrong
since they're encoded in hex.

END
