OCSP_RESPONSE_new

Allocate an empty OCSP Response.

Synopsis

Declared in <openssl/ocsp.h>

OCSP_RESPONSE*
OCSP_RESPONSE_new();

Return Value

New OCSP_RESPONSE, or NULL on allocation failure.