OCSP_RESPONSE_free

Free a OCSP Response and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_RESPONSE_free(OCSP_RESPONSE* a);

Parameters

NameDescription
aValue to free, or NULL.