On Fri, Jun 07, 2013 at 06:40:34PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Jun 7 22:40:34 UTC 2013 > > Modified Files: > src/common/lib/libc/hash/sha2: sha2.c > > Log Message: > PR/47908: Gary Grebus: SHA256_Transform and SHA512_Transform are called > by openssl with unaligned buffers. All other Transforms can handle unaligned > buffers so make these handle them too. > XXX[1]: any better fixes are welcome > XXX[2]: pullup-5, pullup-6
Please use be64dec. Joerg