| commit | 4cd4edfc3479e77f4795124e46ef312e70b8439b | [log] [tgz] |
|---|---|---|
| author | Matt Braithwaite <mab@google.com> | Wed Jun 17 15:39:49 2015 -0700 |
| committer | Adam Langley <agl@google.com> | Tue Jun 23 21:41:24 2015 +0000 |
| tree | 59cd41605126ff30adf18784c174460b826545c5 | |
| parent | 1cb49cd2acff9826df224c9ca6cd30283ffd2608 [diff] [blame] |
Restore |ERR_print_errors()|. Change-Id: If289c4aa2804727d6c5e8386b5a2b559cf006415 Reviewed-on: https://boringssl-review.googlesource.com/5152 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/bio.h b/include/openssl/bio.h index a1ab699..1843f4e 100644 --- a/include/openssl/bio.h +++ b/include/openssl/bio.h
@@ -685,6 +685,12 @@ size_t bytes_written); +/* Deprecated functions. */ + +/* ERR_print_errors is an alias for |BIO_print_errors|. */ +OPENSSL_EXPORT void ERR_print_errors(BIO *bio); + + /* BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close * flag" is passed to a BIO function. */ #define BIO_NOCLOSE 0