summaryrefslogtreecommitdiffstats
path: root/util/private.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/private.num
parent61e033308b1c004bd808352fb1d786547dcdf62b (diff)
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/private.num')
-rw-r--r--util/private.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num
index 09ab417f69..7a7c73f0da 100644
--- a/util/private.num
+++ b/util/private.num
@@ -90,6 +90,8 @@ custom_ext_free_cb datatype
custom_ext_parse_cb datatype
pem_password_cb datatype
ssl_ct_validation_cb datatype
+ASYNC_callback_fn datatype
+SSL_async_callback_fn datatype
#
BIO_append_filename define
BIO_destroy_bio_pair define
@@ -475,3 +477,7 @@ X509_STORE_set_verify_func define
EVP_PKEY_CTX_set1_id define
EVP_PKEY_CTX_get1_id define
EVP_PKEY_CTX_get1_id_len define
+ASYNC_STATUS_EAGAIN define
+ASYNC_STATUS_OK define
+ASYNC_STATUS_ERR define
+ASYNC_STATUS_UNSUPPORTED define