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