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