Free a OCSP TBSRequest (OCSP_REQINFO) and its contents.
Synopsis
Declared in <openssl/ocsp.h>
void
OCSP_REQINFO_free(OCSP_REQINFO* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs