CONF_modules_load_file, CONF_modules_load - OpenSSL configuration functions
#include
int CONF_modules_load_file(const char *filename, const char *appname, unsigned long flags); int CONF_modules_load(const CONF *cnf, const char *appname, unsigned long flags);
_C_O_N_F___m_o_d_u_l_e_s___l_o_a_d_(_) is idential to _C_O_N_F___m_o_d_u_l_e_s___l_o_a_d___f_i_l_e_(_) except it read configuration information from ccnnff.
CCOONNFF__MMFFLLAAGGSS__IIGGNNOORREE__EERRRROORRSS if set errors returned by individual configuration modules are ignored. If not set the first module error is considered fatal and no further modules are loads.
Normally any modules errors will add error information to the error queue. If CCOONNFF__MMFFLLAAGGSS__SSIILLEENNTT is set no error information is added.
If CCOONNFF__MMFFLLAAGGSS__NNOO__DDSSOO is set configuration module loading from DSOs is disabled.
CCOONNFF__MMFFLLAAGGSS__IIGGNNOORREE__MMIISSSSIINNGG__FFIILLEE if set will make _C_O_N_F___l_o_a_d___m_o_d_u_l_e_s___f_i_l_e_(_) ignore missing configuration files. Normally a missing configuration file return an error.