[#CMAC_CTX_free] = CMAC_CTX_free :mrdocs: Free a CMAC context and its resources. == Synopsis Declared in `<openssl/cmac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void CMAC_CTX_free(xref:CMAC_CTX.adoc[CMAC_CTX]* ctx); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#