[#SSL_SESSION_up_ref] = SSL_SESSION_up_ref :mrdocs: Increment the reference count of an SSL_SESSION. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_SESSION_up_ref(xref:SSL_SESSION.adoc[SSL_SESSION]* ses); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ses* | Session whose reference count is increased. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#