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