[#OCSP_RESPONSE_new] = OCSP_RESPONSE_new :mrdocs: Allocate an empty OCSP Response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OCSP_RESPONSE.adoc[OCSP_RESPONSE]* OCSP_RESPONSE_new(); ---- == Return Value New OCSP_RESPONSE, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#