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