Go to file
Adam Langley c5cc15b4f5 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
2015-01-23 11:04:46 -08:00
crypto Don't expect bsaes functions on ARMv6. 2015-01-23 11:04:46 -08:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add dummy variables to keep wpa_supplicant happy. 2015-01-22 19:27:30 +00:00
ssl Clear the error queue when dropping a bad DTLS packet. 2015-01-22 22:06:40 +00:00
tool Fix tool build on Windows. 2015-01-22 19:22:39 +00:00
util aarch64 support. 2015-01-14 23:38:11 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Only use -Wshadow with GCC > 4.6.0. 2015-01-21 00:27:26 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00