boringssl/crypto/bio
Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules.
Beyond generally eliminating unnecessary includes, eliminate as many
includes of headers that declare/define particularly error-prone
functionality like strlen, malloc, and free. crypto/err/internal.h was
added to remove the dependency on openssl/thread.h from the public
openssl/err.h header. The include of <stdlib.h> in openssl/mem.h was
retained since it defines OPENSSL_malloc and friends as macros around
the stdlib.h functions. The public x509.h, x509v3.h, and ssl.h headers
were not changed in order to minimize breakage of source compatibility
with external code.

Change-Id: I0d264b73ad0a720587774430b2ab8f8275960329
Reviewed-on: https://boringssl-review.googlesource.com/4220
Reviewed-by: Adam Langley <agl@google.com>
2015-04-13 20:49:18 +00:00
..
bio_mem.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio_test.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
bio.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
buffer.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
CMakeLists.txt Convert bio_test to C++. 2015-04-01 19:59:03 +00:00
connect.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
fd.c Lowercase some Windows headers. 2015-03-31 22:21:42 +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 Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
socket.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00