aboutsummaryrefslogtreecommitdiff
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorPing Yu <ping.yu@intel.com>2018-11-05 15:41:01 -0500
committerMatt Caswell <matt@openssl.org>2019-01-27 12:27:17 +0000
commit9f5a87fd665cb597fa1c1f4eef882d2d2f833e61 (patch)
tree3bad8287fe464c81267aa7cf43a41344fd6db414 /util/libcrypto.num
parent61e033308b1c004bd808352fb1d786547dcdf62b (diff)
downloadopenssl-9f5a87fd665cb597fa1c1f4eef882d2d2f833e61.zip
openssl-9f5a87fd665cb597fa1c1f4eef882d2d2f833e61.tar.gz
openssl-9f5a87fd665cb597fa1c1f4eef882d2d2f833e61.tar.bz2
add an additional async notification communication method based on callback
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Yang <yang.yang@baishancloud.com> Signed-off-by: Ping Yu <ping.yu@intel.com> Signed-off-by: Steven Linsell <stevenx.linsell@intel.com> (Merged from https://github.com/openssl/openssl/pull/7573)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index b8b1980..e7d2ed7 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4622,3 +4622,7 @@ CRYPTO_siv128_cleanup 4577 3_0_0 EXIST::FUNCTION:SIV
CRYPTO_siv128_speed 4578 3_0_0 EXIST::FUNCTION:SIV
OPENSSL_INIT_set_config_filename 4579 3_0_0 EXIST::FUNCTION:STDIO
OPENSSL_INIT_set_config_file_flags 4580 3_0_0 EXIST::FUNCTION:STDIO
+ASYNC_WAIT_CTX_get_callback 4581 3_0_0 EXIST::FUNCTION:
+ASYNC_WAIT_CTX_set_callback 4582 3_0_0 EXIST::FUNCTION:
+ASYNC_WAIT_CTX_set_status 4583 3_0_0 EXIST::FUNCTION:
+ASYNC_WAIT_CTX_get_status 4584 3_0_0 EXIST::FUNCTION: