Load a CT log list into a store from a file.
Declared in <openssl/ct.h>
int
CTLOG_STORE_load_file(
CTLOG_STORE* store,
char const* file);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| store | Log store to populate. |
| file | Path to a CT log list file. |