From b50052dbe822271c9d7b2559a38a127fca87e4ab Mon Sep 17 00:00:00 2001 From: Todd Short Date: Tue, 31 Mar 2015 16:20:03 -0400 Subject: 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 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1755) --- util/libssl.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libssl.num') 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: -- cgit v1.2.3