boringssl/ssl
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
..
pqueue Fix memory leak in pqueue_test. 2015-02-11 23:18:45 +00:00
test Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
CMakeLists.txt Convert ssl_test to C++. 2015-03-31 23:03:54 +00:00
d1_both.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
d1_clnt.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_lib.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_meth.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
d1_pkt.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_srtp.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_srvr.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
internal.h Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
s3_both.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
s3_clnt.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
s3_enc.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
s3_lib.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
s3_meth.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
s3_pkt.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
s3_srvr.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
ssl_algs.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_asn1.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ssl_cert.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
ssl_ciph.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
ssl_lib.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
ssl_rsa.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_sess.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
ssl_stat.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_test.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
ssl_txt.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
t1_enc.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
t1_lib.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
t1_reneg.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00