boringssl/crypto/ec
Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
A previous change in BoringSSL renamed ERR_print_errors_fp to
BIO_print_errors_fp as part of refactoring the code to improve the
layering of modules within BoringSSL. Rename it back for better
compatibility with code that was using the function under the original
name. Move its definition back to crypto/err using an implementation
that avoids depending on crypto/bio.

Change-Id: Iee7703bb1eb4a3d640aff6485712bea71d7c1052
Reviewed-on: https://boringssl-review.googlesource.com/4310
Reviewed-by: Adam Langley <agl@google.com>
2015-04-13 20:23:29 +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 Use EC_GROUP_dup and EC_POINT_dup in EC_KEY_copy. 2015-02-25 21:44:24 +00:00
ec_montgomery.c Fix more memory leaks on malloc failure. 2015-02-13 18:43:01 +00:00
ec_test.c Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +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 Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult. 2015-04-09 00:29:14 +00:00