[#SSL_SESSION_new] = SSL_SESSION_new :mrdocs: Allocate a new empty SSL_SESSION structure. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_SESSION.adoc[SSL_SESSION]* SSL_SESSION_new(); ---- == Return Value New SSL_SESSION on success, or NULL on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#