summaryrefslogtreecommitdiffstats
path: root/util/libssl.num
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2015-03-31 16:20:03 -0400
committerRich Salz <rsalz@openssl.org>2016-11-01 15:39:57 -0400
commitb50052dbe822271c9d7b2559a38a127fca87e4ab (patch)
treea557500eda3d5302e4dd6000b3194d3a963cd920 /util/libssl.num
parentba7407002d899b614d4728da9004594f947ff3da (diff)
Add SSL_CTX_set1_cert_store()
For convenience, combine getting a new ref for the new SSL_CTX with assigning the store and freeing the old one. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1755)
Diffstat (limited to 'util/libssl.num')
-rw-r--r--util/libssl.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 200629f74b..7e004796b6 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -403,3 +403,4 @@ SSL_dane_clear_flags 403 1_1_0 EXIST::FUNCTION:
SSL_SESSION_get0_cipher 404 1_1_0 EXIST::FUNCTION:
SSL_SESSION_get0_id_context 405 1_1_0 EXIST::FUNCTION:
SSL_SESSION_set1_id 406 1_1_0 EXIST::FUNCTION:
+SSL_CTX_set1_cert_store 407 1_1_1 EXIST::FUNCTION: