Free a OCSP ResponseData and its contents.

Synopsis

Declared in <openssl/ocsp.h>

void
OCSP_RESPDATA_free(OCSP_RESPDATA* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs