commit | 90b06ac786f859895ac503cf42759c2706205700 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Aug 21 11:08:25 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Fri Aug 21 11:08:25 2009 -0700 |
tree | 550b74a8743d2ba3378e2f8964bf1696417850eb | |
parent | a2f441b8c6781472deb5da0b27c3b5c81114299a [diff] |
only use faster SHA-1 code on machines with good libc Macs don't have byteswap.h or endian.h. Change conditionals to only use the faster SHA-1 code on little-endian machines with byteswap.h.