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