Return the value string associated with an initialized CONF module instance.
Synopsis
Declared in <openssl/conf.h>
char const*
CONF_imodule_get_value(CONF_IMODULE const* md);
Return Value
Internal value string (often a section name); do not free.
Parameters
Name |
Description |
md |
Module instance from a conf_init_func callback. |
Created with MrDocs