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