[#SSL_CTX_sess_get_new_cb] = SSL_CTX_sess_get_new_cb :mrdocs: Return the new‐session callback previously set on `ctx.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int(* SSL_CTX_sess_get_new_cb(xref:SSL_CTX.adoc[SSL_CTX]* ctx))(xref:ssl_st.adoc[ssl_st]*, xref:SSL_SESSION.adoc[SSL_SESSION]*); ---- == Return Value Pointer to the callback, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL_CTX to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#