Go to file
Adam Langley d749af7ab1 Use a weak pointer for getauxval.
The Android SDK version against which Chromium builds is too old to
include sys/auxv.h. This change switches the ARM code to use a weak
pointer for getauxval and to hard code the aux value numbers.

It also switches the license on cpu-arm.c because there's no OpenSSL
left in there now.

Change-Id: I440cb9d533a06d8b245b189d8e5148fa33e29412
Reviewed-on: https://boringssl-review.googlesource.com/2880
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-01-15 22:09:53 +00:00
crypto Use a weak pointer for getauxval. 2015-01-15 22:09:53 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Always write the Poly1305 tag to an aligned buffer. 2015-01-14 23:38:25 +00:00
ssl aarch64 support. 2015-01-14 23:38:11 +00:00
tool Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08: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 aarch64 support. 2015-01-14 23:38:11 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00