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
This commit is contained in:
Marcus Meissner 2015-11-04 15:00:12 +01:00 committed by Kurt Roeckx
parent c7944cf1f6
commit 434b58457c

View File

@ -92,6 +92,7 @@ void OPENSSL_config(const char *config_name)
CONF_MFLAGS_DEFAULT_SECTION |
CONF_MFLAGS_IGNORE_MISSING_FILE);
#endif
openssl_configured = 1;
}
void OPENSSL_no_config()