aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-01-26 11:31:41 +0000
committerMatt Caswell <matt@openssl.org>2016-01-26 13:19:10 +0000
commita18a31e49d266b687f425c3c434a5aef1f719e38 (patch)
treef7d08fd63fcc76289537c8c357d2e38f0a900e89 /util
parent1bca5888da944b00b7cc675d1d53a53da6d3da1a (diff)
downloadopenssl-a18a31e49d266b687f425c3c434a5aef1f719e38.tar.gz
Add SSL_up_ref() and SSL_CTX_up_ref()
The SSL and SSL_CTX structures are reference counted. However since libssl was made opaque there is no way for users of the library to manipulate the reference counts. This adds functions to enable that. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/ssleay.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ssleay.num b/util/ssleay.num
index 103d95f537..89797c5a3d 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -433,3 +433,5 @@ SSL_CTX_get_options 467 1_1_0 EXIST::FUNCTION:
SSL_clear_options 468 1_1_0 EXIST::FUNCTION:
SSL_set_options 469 1_1_0 EXIST::FUNCTION:
SSL_get_options 470 1_1_0 EXIST::FUNCTION:
+SSL_up_ref 471 1_1_0 EXIST::FUNCTION:
+SSL_CTX_up_ref 472 1_1_0 EXIST::FUNCTION: