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