SCT_LIST_free

Free a stack of SCTs and the SCTs themselves.

Synopsis

Declared in <openssl/ct.h>

void
SCT_LIST_free(stack_st_SCT* a);

Parameters

NameDescription
aStack of SCTs to free, or NULL.