[#SCT_LIST_free] = SCT_LIST_free :mrdocs: Free a stack of SCTs and the SCTs themselves. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCT_LIST_free(xref:stack_st_SCT.adoc[stack_st_SCT]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Stack of SCTs to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#