NCONF_load

Load configuration values from a file into a CONF object.

Synopsis

Declared in <openssl/conf.h>

int
NCONF_load(
    CONF* conf,
    char const* file,
    long* eline);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
confDestination configuration object.
filePath of the configuration file to read.
elineOptional output set to the line number where a parse error occurred.