[#SSL_config] = SSL_config :mrdocs: Apply a named configuration section from a previously loaded config file to an SSL. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_config( xref:SSL.adoc[SSL]* s, char const* name); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to configure (CONF_modules_load_file or similar must already have run). | *name* | Configuration section name (see config(5) / SSL_CONF). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#