Look up a string value in a legacy CONF LHASH.
Declared in <openssl/conf.h>
char*
CONF_get_string(
lhash_st_CONF_VALUE* conf,
char const* group,
char const* name);
Internal value string (do not free), or NULL if not found.
| Name | Description |
|---|---|
| conf | Configuration hash from CONF_load*(). |
| group | Section name, or NULL for the default section. |
| name | Key name within the section. |