[#SSL_CTX_set_default_ctlog_list_file] = SSL_CTX_set_default_ctlog_list_file :mrdocs: Load the default Certificate Transparency log list file into the context store. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_set_default_ctlog_list_file(xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- == Return Value 1 on success, or 0 on failure (the store may be partially updated). == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose CT log store is populated or appended to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#