[#SSL_SESSION_free] = SSL_SESSION_free :mrdocs: Decrement the reference count of an SSL_SESSION and free it when it reaches zero. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_SESSION_free(xref:SSL_SESSION.adoc[SSL_SESSION]* ses); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ses* | Session to release; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#