[#NCONF_get_string] = NCONF_get_string :mrdocs: Look up a string value in a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* NCONF_get_string( xref:CONF.adoc[CONF] const* conf, char const* group, char const* name); ---- == Return Value Pointer to the internal value string, or NULL if not found; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to query. | *group* | Section name, or NULL for the default section. | *name* | Key name within the section. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#