[#OPENSSL_INIT_set_config_file_flags] = OPENSSL_INIT_set_config_file_flags :mrdocs: Set CONF_modules_load_file() flags used when OPENSSL_init_crypto() loads config. == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_INIT_set_config_file_flags( xref:OPENSSL_INIT_SETTINGS.adoc[OPENSSL_INIT_SETTINGS]* settings, unsigned long flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *settings* | Initialization settings object from OPENSSL_INIT_new(). | *flags* | Bitmask such as CONF_MFLAGS_IGNORE_MISSING_FILE or CONF_MFLAGS_DEFAULT_SECTION. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#