[#SSL_CONF_CTX_free] = SSL_CONF_CTX_free :mrdocs: Free an SSL_CONF_CTX and any associated command state. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CONF_CTX_free(xref:SSL_CONF_CTX.adoc[SSL_CONF_CTX]* cctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cctx* | Configuration context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#