[#SCT_free] = SCT_free :mrdocs: Free an SCT and its underlying data. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCT_free(xref:SCT.adoc[SCT]* sct); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#