Free an SCT and its underlying data.

Synopsis

Declared in <openssl/ct.h>

void
SCT_free(SCT* sct);

Parameters

Name

Description

sct

SCT to free, or NULL.

Created with MrDocs