OCSP_RESPDATA_free

Free a OCSP ResponseData and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_RESPDATA_free(OCSP_RESPDATA* a);

Parameters

NameDescription
aValue to free, or NULL.