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