Allocate an empty OCSP Request.

Synopsis

Declared in <openssl/ocsp.h>

OCSP_REQUEST*
OCSP_REQUEST_new();

Return Value

New OCSP_REQUEST, or NULL on allocation failure.

Created with MrDocs