[#CONF_imodule_get_name] = CONF_imodule_get_name :mrdocs: Return the configured name of an initialized CONF module instance. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* CONF_imodule_get_name(xref:CONF_IMODULE.adoc[CONF_IMODULE] const* md); ---- == Return Value Internal module name string; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *md* | Module instance from a conf_init_func callback. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#