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