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