[#CONF_modules_load_file] = CONF_modules_load_file :mrdocs: Load and initialize CONF modules from a file using the default library context. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CONF_modules_load_file( char const* filename, char const* appname, unsigned long flags); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *filename* | Path to an OpenSSL configuration file, or NULL for the default path. | *appname* | Application section name passed to modules, or NULL for the default. | *flags* | Bitmask of CONF_MFLAGS_* controlling missing‐file and errors. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#