K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-08-21T09:05:23.895221Z K 7 svn:log V 388 MFC r239169: 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) Approved by: re (kib) END