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