boringssl/crypto/bio
Adam Langley 0113a4fb60 Support building with PNaCl.
PNaCl needs OPENSSL_NO_ASM to work and a couple of cases were missing
because it hasn't previously been tested.

Additionally, it defined _BSD_SOURCE and others on the command line,
causing duplicate definition errors when defined in source code.

It's missing readdir_r.

It uses newlib, which appears to use u_short in socket.h without ever
defining it.

Change-Id: Ieccfc7365723d0521f6327eebe9f44a2afc57406
Reviewed-on: https://boringssl-review.googlesource.com/1140
Reviewed-by: Adam Langley <agl@google.com>
2014-07-11 19:04:04 +00:00
..
bio_error.c Inital import. 2014-06-20 13:17:32 -07:00
bio_mem.c Inital import. 2014-06-20 13:17:32 -07:00
bio_test.c Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
bio.c Inital import. 2014-06-20 13:17:32 -07:00
bio.h ChannelID support. 2014-06-20 13:17:33 -07:00
buffer.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
connect.c Inital import. 2014-06-20 13:17:32 -07:00
fd.c Inital import. 2014-06-20 13:17:32 -07:00
file.c Inital import. 2014-06-20 13:17:32 -07:00
hexdump.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Support building with PNaCl. 2014-07-11 19:04:04 +00:00
pair.c Inital import. 2014-06-20 13:17:32 -07:00
printf.c Support building with PNaCl. 2014-07-11 19:04:04 +00:00
socket_helper.c Inital import. 2014-06-20 13:17:32 -07:00
socket.c Inital import. 2014-06-20 13:17:32 -07:00