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

Name

Description

md

Module instance from a conf_init_func callback.

Created with MrDocs