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