CVS commit: src/common/lib/libc/hash/rmd160

2015-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 21 12:47:33 UTC 2015 Modified Files: src/common/lib/libc/hash/rmd160: rmd160.c Log Message: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/hash/rmd160/rmd160.c Please n

CVS commit: src/common/lib/libc/hash/rmd160

2015-04-15 Thread Justin Cormack
Module Name:src Committed By: justin Date: Wed Apr 15 08:31:05 UTC 2015 Modified Files: src/common/lib/libc/hash/rmd160: rmd160.c Log Message: On big endian machines needs to include sys/endian.h for le32dec Mainly affects cross builds on big endian; tested on FreeBSD mip