[#CONF_modules_load] = CONF_modules_load :mrdocs: Initialize configured OpenSSL modules listed in `cnf` for `appname.` == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CONF_modules_load( xref:CONF.adoc[CONF] const* cnf, char const* appname, unsigned long flags); ---- == Return Value 1 on success, or 0 / negative on failure depending on flags. == Parameters [cols="1,4"] |=== | Name| Description | *cnf* | Configuration object containing module sections. | *appname* | Application section name (for example "openssl_conf"), or NULL for default. | *flags* | CONF_MFLAGS_* controlling missing‐file and error behavior. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#