[#SSL_CTX_get0_ctlog_store] = SSL_CTX_get0_ctlog_store :mrdocs: Return the CT log store installed on an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTLOG_STORE.adoc[CTLOG_STORE] const* SSL_CTX_get0_ctlog_store(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Internal CTLOG_STORE pointer (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#