Home
last modified time | relevance | path

Searched refs:CONF_MFLAGS_NO_DSO (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/openssl/
Dconf.h65 # define CONF_MFLAGS_NO_DSO 0x8 macro
/third_party/openssl/doc/man3/
DCONF_modules_load_file.pod46 If B<CONF_MFLAGS_NO_DSO> is set configuration module loading from DSOs is
/third_party/openssl/crypto/conf/
Dconf_mod.c160 if (!md && !(flags & CONF_MFLAGS_NO_DSO)) in module_run()