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
Name |
Description |
conf |
Destination configuration object. |
file |
Path of the configuration file to read. |
eline |
Optional output set to the line number where a parse error occurred. |
Created with MrDocs