summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-08 16:46:28 +0100
committerRichard Levitte <levitte@openssl.org>2019-02-16 00:29:20 +0100
commite17f5b6a6bae56175201a96feb8e855835865bb0 (patch)
tree466c1081cd49c6778ffcd8e222edd9bc067fb615 /util/libcrypto.num
parentAdd EC_GROUP_get0_field (diff)
downloadopenssl-e17f5b6a6bae56175201a96feb8e855835865bb0.tar.xz
openssl-e17f5b6a6bae56175201a96feb8e855835865bb0.zip
Add CRYPTO_alloc_ex_data()
This allows allocation of items at indexes that were created after the CRYPTO_EX_DATA variable was initialized, using the exact same method that was used then. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8225)
Diffstat (limited to '')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index b262bc7700..991d875678 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4640,3 +4640,4 @@ EVP_KDF_ctrl_str 4595 3_0_0 EXIST::FUNCTION:
EVP_KDF_size 4596 3_0_0 EXIST::FUNCTION:
EVP_KDF_derive 4597 3_0_0 EXIST::FUNCTION:
EC_GROUP_get0_field 4598 3_0_0 EXIST::FUNCTION:EC
+CRYPTO_alloc_ex_data 4599 3_0_0 EXIST::FUNCTION: