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