[#SSL_CONF_CTX_set_ssl_ctx] = SSL_CONF_CTX_set_ssl_ctx :mrdocs: Bind an SSL_CTX so subsequent SSL_CONF_cmd() calls configure that context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CONF_CTX_set_ssl_ctx( xref:SSL_CONF_CTX.adoc[SSL_CONF_CTX]* cctx, xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cctx* | Configuration context to update. | *ctx* | SSL context to receive commands, or NULL for syntax‐check‐only mode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#