OCSP_REQINFO_free

Free a OCSP TBSRequest (OCSP_REQINFO) and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_REQINFO_free(OCSP_REQINFO* a);

Parameters

NameDescription
aValue to free, or NULL.