[#CTLOG_STORE_free] = CTLOG_STORE_free :mrdocs: Free a CT log store and the CT log instances it holds. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CTLOG_STORE_free(xref:CTLOG_STORE.adoc[CTLOG_STORE]* store); ---- == Parameters [cols="1,4"] |=== | Name| Description | *store* | Log store to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#