OCSP_ONEREQ_free

Free an OCSP single Request entry and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_ONEREQ_free(OCSP_ONEREQ* a);

Parameters

NameDescription
aValue to free, or NULL.