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