[#CTLOG_free] = CTLOG_free :mrdocs: Free a Certificate Transparency log entry and its owned fields. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CTLOG_free(xref:CTLOG.adoc[CTLOG]* log); ---- == Parameters [cols="1,4"] |=== | Name| Description | *log* | Log to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#