[#CONF_get_section] = CONF_get_section :mrdocs: Return all CONF_VALUE entries belonging to `section` (legacy API). == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_CONF_VALUE.adoc[stack_st_CONF_VALUE]* CONF_get_section( xref:lhash_st_CONF_VALUE.adoc[lhash_st_CONF_VALUE]* conf, char const* section); ---- == Return Value Internal stack of values for that section, or NULL if absent; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration hash from CONF_load*(). | *section* | Section name to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#