Allocate an empty OCSP CertStatus.

Synopsis

Declared in <openssl/ocsp.h>

OCSP_CERTSTATUS*
OCSP_CERTSTATUS_new();

Return Value

New OCSP_CERTSTATUS, or NULL on allocation failure.

Created with MrDocs