boringssl/crypto/ec
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
..
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
ec_asn1.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
ec_error.c Readd EC_GROUP_get_curve_GFp. 2014-08-26 21:52:12 +00:00
ec_key.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
ec_montgomery.c Inital import. 2014-06-20 13:17:32 -07:00
ec_test.c Fix ec_test build on Windows. 2014-11-12 19:39:55 +00:00
ec.c Remove string.h from base.h. 2015-02-02 19:14:15 +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 Remove EC_GROUP_set_point_conversion_form 2014-12-09 18:47:03 +00:00
oct.c Remove ec hybrid point format 2014-12-08 22:47:41 +00:00
simple.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
wnaf.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00