OCSP_SINGLERESP_free

Free an OCSP SingleResponse and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_SINGLERESP_free(OCSP_SINGLERESP* a);

Parameters

NameDescription
aValue to free, or NULL.