[#SSL_CTX_sess_get_remove_cb] = SSL_CTX_sess_get_remove_cb :mrdocs: Return the session‐remove callback previously set on an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void(* SSL_CTX_sess_get_remove_cb(xref:SSL_CTX.adoc[SSL_CTX]* ctx))(xref:ssl_ctx_st.adoc[ssl_ctx_st]*, xref:SSL_SESSION.adoc[SSL_SESSION]*); ---- == Return Value Function pointer set by SSL_CTX_sess_set_remove_cb(), or NULL if none. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#