CONF_imodule_get_module

Return the CONF_MODULE registration object for an initialized module instance.

Synopsis

Declared in <openssl/conf.h>

CONF_MODULE*
CONF_imodule_get_module(CONF_IMODULE const* md);

Return Value

Owning CONF_MODULE, or NULL.

Parameters

NameDescription
mdModule instance from a conf_init_func callback.