summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-11-27 16:02:33 +0100
committerRichard Levitte <levitte@openssl.org>2019-12-18 19:42:44 +0100
commit319cee9e2fc6fcf6ad865564eccdac4c55e92c0a (patch)
treeca3093a9ec029fc743fad64821e402904f0576f6 /util
parenta0848daee50b30f441813ecc90042c6af14c62aa (diff)
BIO: Add BIO_f_prefix(), a text line prefixing filter
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10531)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
-rw-r--r--util/other.syms3
2 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 9c17fc5e25..963181eb37 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4911,3 +4911,4 @@ i2d_X509_PUBKEY_bio ? 3_0_0 EXIST::FUNCTION:
RSA_get0_pss_params ? 3_0_0 EXIST::FUNCTION:RSA
X509_cmp_timeframe ? 3_0_0 EXIST::FUNCTION:
OSSL_CMP_MSG_get0_header ? 3_0_0 EXIST::FUNCTION:CMP
+BIO_f_prefix ? 3_0_0 EXIST::FUNCTION:
diff --git a/util/other.syms b/util/other.syms
index 51b4dfa255..3a8d284e97 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -127,6 +127,7 @@ BIO_get_conn_port define
BIO_get_conn_ip_family define
BIO_get_fd define
BIO_get_fp define
+BIO_get_indent define
BIO_get_info_callback define
BIO_get_md define
BIO_get_md_ctx define
@@ -158,12 +159,14 @@ BIO_set_conn_port define
BIO_set_conn_ip_family define
BIO_set_fd define
BIO_set_fp define
+BIO_set_indent define
BIO_set_info_callback define
BIO_set_md define
BIO_set_mem_buf define
BIO_set_mem_eof_return define
BIO_set_nbio define
BIO_set_nbio_accept define
+BIO_set_prefix define
BIO_set_read_buffer_size define
BIO_set_ssl define
BIO_set_ssl_mode define