Fix from HEAD.
This commit is contained in:
parent
0cca0fe0c2
commit
1b936a5e37
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void OPENSSL_config(const char *config_name)
|
|||
|
||||
|
||||
ERR_clear_error();
|
||||
if (CONF_modules_load_file(NULL, NULL,
|
||||
if (CONF_modules_load_file(NULL, config_name,
|
||||
CONF_MFLAGS_DEFAULT_SECTION|CONF_MFLAGS_IGNORE_MISSING_FILE) <= 0)
|
||||
{
|
||||
BIO *bio_err;
|
||||
|
|
Loading…
Reference in a new issue