summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2022-02-24 13:13:25 -0500
committerMatt Caswell <matt@openssl.org>2022-03-10 13:54:07 +0000
commitf6f56f4776727e18d4dd5490e3b507bae068013a (patch)
treecf3781579d62905f2e4198f2595204ba4b22892c /util
parent83c48d96ff24728d94e0890f320b0d1220d9cba3 (diff)
async_posix: Allow custom stack allocation functions to be specified for POSIX contexts
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17762)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
-rw-r--r--util/other.syms2
2 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 7b63154b55..0549b87025 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5434,3 +5434,5 @@ BN_signed_lebin2bn ? 3_1_0 EXIST::FUNCTION:
BN_signed_bn2lebin ? 3_1_0 EXIST::FUNCTION:
BN_signed_native2bn ? 3_1_0 EXIST::FUNCTION:
BN_signed_bn2native ? 3_1_0 EXIST::FUNCTION:
+ASYNC_set_mem_functions ? 3_1_0 EXIST::FUNCTION:
+ASYNC_get_mem_functions ? 3_1_0 EXIST::FUNCTION:
diff --git a/util/other.syms b/util/other.syms
index 974fe62f6a..7635854b19 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -137,6 +137,8 @@ custom_ext_free_cb datatype
custom_ext_parse_cb datatype
pem_password_cb datatype
ssl_ct_validation_cb datatype
+ASYNC_stack_alloc_fn datatype
+ASYNC_stack_free_fn datatype
#
ASN1_BIT_STRING_digest define
BIO_append_filename define