[#OCSP_SINGLERESP_free] = OCSP_SINGLERESP_free :mrdocs: Free an OCSP SingleResponse and its contents. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OCSP_SINGLERESP_free(xref:OCSP_SINGLERESP.adoc[OCSP_SINGLERESP]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#