Commit a18a31e4 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarStephen Henson <steve@openssl.org>
parent 1bca5888
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment