[#SSL_CONF_CTX_set_ssl] = SSL_CONF_CTX_set_ssl :mrdocs: Bind an SSL_CONF_CTX so subsequent SSL_CONF_cmd calls apply to `ssl.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CONF_CTX_set_ssl( xref:SSL_CONF_CTX.adoc[SSL_CONF_CTX]* cctx, xref:SSL.adoc[SSL]* ssl); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cctx* | Configuration context to update. | *ssl* | SSL connection that receives configuration commands, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#