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