boringssl/crypto/bio
Adam Langley 2b2d66d409 Remove string.h from base.h.
Including string.h in base.h causes any file that includes a BoringSSL
header to include string.h. Generally this wouldn't be a problem,
although string.h might slow down the compile if it wasn't otherwise
needed. However, it also causes problems for ipsec-tools in Android
because OpenSSL didn't have this behaviour.

This change removes string.h from base.h and, instead, adds it to each
.c file that requires it.

Change-Id: I5968e50b0e230fd3adf9b72dd2836e6f52d6fb37
Reviewed-on: https://boringssl-review.googlesource.com/3200
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-02-02 19:14:15 +00:00
..
bio_error.c Add zero copy read and write api for bio pairs. 2014-11-18 14:06:46 -08:00
bio_mem.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio_test.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00
bio.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
buffer.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
connect.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
fd.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
file.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
hexdump.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
internal.h Clean up use of Windows Platform SDK headers. 2015-01-28 20:36:49 +00:00
pair.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
printf.c Use _POSIX_C_SOURCE not _BSD_SOURCE. 2014-10-02 21:35:33 +00:00
socket_helper.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
socket.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00