mark openssl configuration as loaded at end of OPENSSL_config
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@akamai.com>
GH: #466
(cherry picked from commit 434b58457c
)
This commit is contained in:
parent
784934498f
commit
844de56ed6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ void OPENSSL_config(const char *config_name)
|
|||
CONF_modules_load_file(NULL, config_name,
|
||||
CONF_MFLAGS_DEFAULT_SECTION |
|
||||
CONF_MFLAGS_IGNORE_MISSING_FILE);
|
||||
openssl_configured = 1;
|
||||
}
|
||||
|
||||
void OPENSSL_no_config()
|
||||
|
|
Loading…
Reference in a new issue