Return the CONF_VALUE stack for section from the internal CONF data store.
Synopsis
Declared in <openssl/conf_api.h>
stack_st_CONF_VALUE*
_CONF_get_section_values(
CONF const* conf,
char const* section);
Return Value
Internal stack of values, or NULL if absent; do not free.
Parameters
Name |
Description |
conf |
Configuration object. |
section |
Section name to look up. |
Created with MrDocs