boringssl/tool
David Benjamin f0df86a1f6 Fix standalone build on Mac.
CRYPTO_MUTEX was the wrong size. Fortunately, Apple was kind enough to define
pthread_rwlock_t unconditionally, so we can be spared fighting with feature
macros. Some of the stdlib.h removals were wrong and clang is pick about
multiply-defined typedefs. Apparently that's a C11 thing?

BUG=478598

Change-Id: Ibdcb8de9e5d83ca28e4c55b2979177d1ef0f9721
Reviewed-on: https://boringssl-review.googlesource.com/4404
Reviewed-by: Adam Langley <agl@google.com>
2015-04-20 16:50:18 +00:00
..
args.cc Undo one fragment of 054e6826. 2015-04-13 15:59:36 -07:00
client.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
CMakeLists.txt tool: add rand. 2015-04-14 20:11:39 +00:00
const.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
digest.cc Use smart pointers instead of gotos in digest.cc. 2015-04-13 20:54:19 +00:00
internal.h Add additional features to bssl client. 2015-03-23 23:16:30 +00:00
pkcs12.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
rand.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
server.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
speed.cc tool: include base.h before testing OPENSSL_WINDOWS. 2015-04-16 14:02:52 -07:00
tool.cc tool: add rand. 2015-04-14 20:11:39 +00:00
transport_common.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
transport_common.h Enable bssl client/s_client and server/s_server on Windows. 2015-01-28 20:24:09 +00:00