Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/bio.h')
-rw-r--r--include/openssl/bio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 6524371f..18f9f2ae 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -739,14 +739,6 @@ OPENSSL_EXPORT int BIO_zero_copy_get_write_buf_done(BIO* bio,
#define BIO_CTRL_DUP 12
-/* Android compatibility section.
- *
- * A previous version of BoringSSL used in Android renamed ERR_print_errors_fp
- * to BIO_print_errors_fp. It has subsequently been renamed back to
- * ERR_print_errors_fp. */
-#define BIO_print_errors_fp ERR_print_errors_fp
-
-
/* Deprecated functions. */
/* BIO_f_base64 returns a filter |BIO| that base64-encodes data written into