OCSP_BASICRESP_free

Free an OCSP BasicOCSPResponse and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_BASICRESP_free(OCSP_BASICRESP* a);

Parameters

NameDescription
aValue to free, or NULL.