Return the opaque application pointer stored on a CONF module instance.

Synopsis

Declared in <openssl/conf.h>

void*
CONF_imodule_get_usr_data(CONF_IMODULE const* md);

Return Value

Pointer previously set with CONF_imodule_set_usr_data(), or NULL.

Parameters

Name

Description

md

Module instance to query.

Created with MrDocs