Return the configured name of an initialized CONF module instance.

Synopsis

Declared in <openssl/conf.h>

char const*
CONF_imodule_get_name(CONF_IMODULE const* md);

Return Value

Internal module name string; do not free.

Parameters

Name

Description

md

Module instance from a conf_init_func callback.

Created with MrDocs