summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-09-21 11:59:58 +0100
committerPauli <pauli@openssl.org>2023-09-25 07:46:45 +1000
commita18c9f80916134bd7122cc1ba204bb5cdca752a3 (patch)
treeda986fec6d29e13a89e454454150f86099b293e7 /util
parent442d08f215c48896f59e9c09a14773058f9e56bf (diff)
Implement a public BIO_ADDR_copy() function
We already have BIO_ADDR_dup() but in some contexts that is not sufficent. We implement BIO_ADDR_copy() and make BIO_ADDR_dup() use it. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22164)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index e4265b4cef..6af1fe1707 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5535,3 +5535,4 @@ OSSL_ERR_STATE_save_to_mark ? 3_2_0 EXIST::FUNCTION:
X509_STORE_CTX_set_get_crl ? 3_2_0 EXIST::FUNCTION:
X509_STORE_CTX_set_current_reasons ? 3_2_0 EXIST::FUNCTION:
OSSL_STORE_delete ? 3_2_0 EXIST::FUNCTION:
+BIO_ADDR_copy ? 3_2_0 EXIST::FUNCTION:SOCK