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