Go to file
Piotr Sikora 1d8adf18d2 Fix CPU architecture detection on BSDs.
CMake calls "uname" in order to detect the CPU architecture,
so $(CMAKE_SYSTEM_PROCESSOR) varies from platform to platform.

This changes adds support for "i386" and "amd64" values, which
are used by BSDs for the x86 family of CPUs.

Change-Id: I532ce787a9ac06220c92a6d8c78ad5a55d8c40bf
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Reviewed-on: https://boringssl-review.googlesource.com/1360
Reviewed-by: Adam Langley <agl@google.com>
2014-07-31 18:54:51 +00:00
crypto Use asm directives to protect OPENSSL_cleanse. 2014-07-31 18:49:22 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Remove SSL_get_client_certificate_types. 2014-07-30 00:44:16 +00:00
ssl Remove SSL_get_client_certificate_types. 2014-07-30 00:44:16 +00:00
tool Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
util Add AES Key Wrap mode. 2014-07-28 21:32:39 +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 Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Fix CPU architecture detection on BSDs. 2014-07-31 18:54:51 +00:00