boringssl/crypto/bn
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
..
asm Convert latin-1 files to UTF-8. 2015-01-29 17:26:36 -08:00
add.c Inital import. 2014-06-20 13:17:32 -07:00
bn_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
bn_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bn.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
cmp.c Inital import. 2014-06-20 13:17:32 -07:00
convert.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
ctx.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
div.c aarch64 support. 2015-01-14 23:38:11 +00:00
exponentiation.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
gcd.c Inital import. 2014-06-20 13:17:32 -07:00
generic.c aarch64 support. 2015-01-14 23:38:11 +00:00
internal.h aarch64 support. 2015-01-14 23:38:11 +00:00
kronecker.c Inital import. 2014-06-20 13:17:32 -07:00
montgomery.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
mul.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
prime.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00
random.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
rsaz_exp.c Support building with PNaCl. 2014-07-11 19:04:04 +00:00
rsaz_exp.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
shift.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
sqrt.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00