summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-28 09:35:11 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-31 19:00:24 +0200
commit545360c4dfbf90f63918be3d98e344adc7ca2d7f (patch)
treede6f313d6a48aa2e468cdba0d3137b099ac2c597 /util
parent72d8b823bbe749da528f386408541ae1daa644c9 (diff)
Add UI functionality to duplicate the user data
This can be used by engines that need to retain the data for a longer time than just the call where this user data is passed. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3575)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 813818cf98..6bb9129fbf 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4292,3 +4292,7 @@ PEM_read_bio_ex 4234 1_1_1 EXIST::FUNCTION:
PEM_bytes_read_bio_secmem 4235 1_1_1 EXIST::FUNCTION:
EVP_DigestSign 4236 1_1_1 EXIST::FUNCTION:
EVP_DigestVerify 4237 1_1_1 EXIST::FUNCTION:
+UI_method_get_data_duplicator 4238 1_1_1 EXIST::FUNCTION:UI
+UI_method_set_data_duplicator 4239 1_1_1 EXIST::FUNCTION:UI
+UI_dup_user_data 4240 1_1_1 EXIST::FUNCTION:UI
+UI_method_get_data_destructor 4241 1_1_1 EXIST::FUNCTION:UI