commit | c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Jan 23 11:04:46 2015 -0800 |
committer | Adam Langley <agl@google.com> | Fri Jan 23 11:04:46 2015 -0800 |
tree | b75406cec0005398ebcd3692858bb456c936aef5 | |
parent | 5fa3eba03d1912424decc885e72da20a6a08d8e7 [diff] |
Don't expect bsaes functions on ARMv6. The bsaes-armv7.S asm has an #if __ARM_ARCH__>=7 around its contents, i.e. it's not just switched at runtime – it only compiles for >= ARMv7. I mistakenly regressed e_aes.c in 3e652657 to always expected bsaes functions to exist on ARM. This change fixes that. Change-Id: Ifd9111438508909a0627b25aee3e2f11e62e3ee8