OCSP_SIGNATURE_free

Free an OCSP Signature and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_SIGNATURE_free(OCSP_SIGNATURE* a);

Parameters

NameDescription
aValue to free, or NULL.