CONF_modules_load
if (CONF_modules_load(conf, NULL, 0) <= 0)
if (CONF_modules_load(config, NULL, 0) <= 0) {
ret = CONF_modules_load(conf, appname, flags);
int CONF_modules_load(const CONF *cnf, const char *appname,
if (!TEST_int_gt(CONF_modules_load(conf, NULL, 0), 0)) {
|| !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0))