boringssl/crypto/bio
Adam Langley 51fcd87102 Fix NaCl build.
NaCl defines _POSIX_C_SOURCE on the command line for some reason, thus
we have to be defensive about defining it.

Change-Id: Icbc8afcb1ac0e0ca23b788b11ea911c3f55a8b7f
Reviewed-on: https://boringssl-review.googlesource.com/1891
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2014-10-02 22:45:22 +00:00
..
bio_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
bio_mem.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00
bio_test.c Fix NaCl build. 2014-10-02 22:45:22 +00:00
bio.c Add misc functions for easier porting. 2014-09-18 22:38:11 +00: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 Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
fd.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00: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 Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
pair.c Inital import. 2014-06-20 13:17:32 -07:00
printf.c Use _POSIX_C_SOURCE not _BSD_SOURCE. 2014-10-02 21:35:33 +00:00
socket_helper.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
socket.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00