Allocate an empty OCSP BasicOCSPResponse.

Synopsis

Declared in <openssl/ocsp.h>

OCSP_BASICRESP*
OCSP_BASICRESP_new();

Return Value

New OCSP_BASICRESP, or NULL on allocation failure.

Created with MrDocs