diff options
author | Richard Levitte <levitte@openssl.org> | 2019-02-08 16:46:28 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-16 00:29:20 +0100 |
commit | e17f5b6a6bae56175201a96feb8e855835865bb0 (patch) | |
tree | 466c1081cd49c6778ffcd8e222edd9bc067fb615 /util/libcrypto.num | |
parent | Add EC_GROUP_get0_field (diff) | |
download | openssl-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 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 1 |
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: |