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