[#CTLOG_STORE_new] = CTLOG_STORE_new :mrdocs: Allocate an empty CT log store. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTLOG_STORE.adoc[CTLOG_STORE]* CTLOG_STORE_new(); ---- == Return Value New CTLOG_STORE, or NULL on allocation failure; free with CTLOG_STORE_free. [.small]#Created with https://www.mrdocs.com[MrDocs]#