Allocate an empty CT log store.
Synopsis
Declared in <openssl/ct.h>
CTLOG_STORE*
CTLOG_STORE_new();
Return Value
New CTLOG_STORE, or NULL on allocation failure; free with CTLOG_STORE_free.
Created with MrDocs