[#CTLOG_STORE_load_default_file] = CTLOG_STORE_load_default_file :mrdocs: Load the default CT log list into a store. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CTLOG_STORE_load_default_file(xref:CTLOG_STORE.adoc[CTLOG_STORE]* store); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *store* | Log store to populate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#