K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-08-10T04:48:58.197435Z K 7 svn:log V 370 RFC 2289 requires all hashes be stored in little endian format before folding to 64 bits, while SHA1 code is big endian. Therefore, a bswap32 is required before using the value. Without this change, the implementation does not conform to test vector found in RFC 2289. PR: bin/170519 Submitted by: Arthur Mesh (with changes) MFC after: 1 week END