Free a CRL Distribution Points extension value and its contents.
Synopsis
Declared in <openssl/x509v3.h>
void
CRL_DIST_POINTS_free(CRL_DIST_POINTS* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs