boringssl/crypto/ec
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
..
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ec_asn1.c Fix a failure to NULL a pointer freed on error. 2015-03-19 19:50:32 +00:00
ec_key.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ec_montgomery.c Fix more memory leaks on malloc failure. 2015-02-13 18:43:01 +00:00
ec_test.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ec.c Unexport EC_GROUP_copy. 2015-02-27 19:43:02 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Unexport EC_GROUP_copy. 2015-02-27 19:43:02 +00:00
oct.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
simple.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
wnaf.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00