[#EVP_MAC_CTX_free] = EVP_MAC_CTX_free :mrdocs: Free a MAC context and its associated resources. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_MAC_CTX_free(xref:EVP_MAC_CTX.adoc[EVP_MAC_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context to free; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#