[#SSL_SESSION_dup] = SSL_SESSION_dup :mrdocs: Duplicate an SSL_SESSION; the copy is not owned by any session cache. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_SESSION.adoc[SSL_SESSION]* SSL_SESSION_dup(xref:SSL_SESSION.adoc[SSL_SESSION] const* src); ---- == Return Value New SSL_SESSION copy on success, or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *src* | Session to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#