summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-10-20 01:42:39 +0800
committerPauli <paul.dale@oracle.com>2017-10-26 09:35:36 +1000
commit3ceab379fbaaf11b2adee0fb2a93c517272ee6c3 (patch)
treea1c7b3f6fedd09b9afca618c8cecaf941e062096 /util/libcrypto.num
parent82d89ef72515ad3d78c0160641faf30b8b024dda (diff)
Add sk_TYPE_new_reserve() function
This is a combination of sk_new and sk_reserve, to make it more convenient to allocate a new stack with reserved memory and comaprison function (if any). Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4559)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 96990ed959..f4e3451fdc 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4417,3 +4417,4 @@ RAND_POOL_add 4361 1_1_1 EXIST::FUNCTION:
RAND_POOL_add_begin 4362 1_1_1 EXIST::FUNCTION:
RAND_POOL_add_end 4363 1_1_1 EXIST::FUNCTION:
RAND_POOL_acquire_entropy 4364 1_1_1 EXIST::FUNCTION:
+OPENSSL_sk_new_reserve 4365 1_1_1 EXIST::FUNCTION: