[#NCONF_get_section_names] = NCONF_get_section_names :mrdocs: Return the names of all sections present in a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_OPENSSL_CSTRING.adoc[stack_st_OPENSSL_CSTRING]* NCONF_get_section_names(xref:CONF.adoc[CONF] const* conf); ---- == Return Value Newly allocated stack of section name strings (free the stack with OPENSSL_sk_free(); do not free the strings), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#