OCSP_REQUEST_free

Free an OCSP Request and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_REQUEST_free(OCSP_REQUEST* a);

Parameters

NameDescription
aValue to free, or NULL.