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