[#CT_POLICY_EVAL_CTX_get0_log_store] = CT_POLICY_EVAL_CTX_get0_log_store :mrdocs: Return the CT log store used when evaluating SCTs in this context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTLOG_STORE.adoc[CTLOG_STORE] const* CT_POLICY_EVAL_CTX_get0_log_store(xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX] const* ctx); ---- == Return Value Shared CTLOG_STORE pointer, or NULL if none has been set. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Policy evaluation context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#