summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAaron Thompson <dev@aaront.org>2020-04-07 00:18:09 +0000
committerDmitry Belyavskiy <beldmit@gmail.com>2020-04-14 17:58:17 +0300
commitff1f7cdeb159e89ce305422b6e2a7e4002d825ab (patch)
tree84c03fb009b4be1564009aae97d66509be9e3e19 /util
parent0437435a960123be1ced766d18d715f939698345 (diff)
Add ex_data to EVP_PKEY.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11515)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 71d08750be..983c74a6bf 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5045,3 +5045,5 @@ CT_POLICY_EVAL_CTX_new_with_libctx ? 3_0_0 EXIST::FUNCTION:CT
CTLOG_new_with_libctx ? 3_0_0 EXIST::FUNCTION:CT
CTLOG_new_from_base64_with_libctx ? 3_0_0 EXIST::FUNCTION:CT
CTLOG_STORE_new_with_libctx ? 3_0_0 EXIST::FUNCTION:CT
+EVP_PKEY_set_ex_data ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_get_ex_data ? 3_0_0 EXIST::FUNCTION: