boringssl/crypto/evp
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
..
algorithm.c
asn1.c Allow PKCS#8 in d2i_AutoPrivateKey. 2014-11-05 00:42:58 +00:00
CMakeLists.txt Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
digestsign.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
evp_ctx.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
evp_test.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
evp.c Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
internal.h Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_dsa_asn1.c Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
p_ec_asn1.c Use EC_KEY_new_by_curve_name. 2015-03-13 19:49:39 +00:00
p_ec.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_hmac_asn1.c Add EVP_PKEY_supports_digest. 2014-11-18 22:18:36 +00:00
p_hmac.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_rsa_asn1.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
p_rsa.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
pbkdf_test.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
pbkdf.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
sign.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00