Look up a string value in a legacy CONF LHASH.

Synopsis

Declared in <openssl/conf.h>

char*
CONF_get_string(
    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

Name

Description

conf

Configuration hash from CONF_load*().

group

Section name, or NULL for the default section.

name

Key name within the section.

Created with MrDocs