Load the default CT log list into a store.
Synopsis
Declared in <openssl/ct.h>
int
CTLOG_STORE_load_default_file(CTLOG_STORE* store);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
store |
Log store to populate. |
Created with MrDocs