Set CONF_modules_load_file() flags used when OPENSSL_init_crypto() loads config.

Synopsis

Declared in <openssl/crypto.h>

void
OPENSSL_INIT_set_config_file_flags(
    OPENSSL_INIT_SETTINGS* settings,
    unsigned long flags);

Parameters

Name

Description

settings

Initialization settings object from OPENSSL_INIT_new().

flags

Bitmask such as CONF_MFLAGS_IGNORE_MISSING_FILE or CONF_MFLAGS_DEFAULT_SECTION.

Created with MrDocs