mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
replace deprecated OPENSSL_config()
This commit is contained in:
parent
988c16aebc
commit
d4077125cf
@ -85,7 +85,9 @@ void OpenSSLInitializer::initialize()
|
||||
{
|
||||
if (++_rc == 1)
|
||||
{
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x0907000L
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
CONF_modules_load(NULL, NULL, 0);
|
||||
#elif OPENSSL_VERSION_NUMBER >= 0x0907000L
|
||||
OPENSSL_config(NULL);
|
||||
#endif
|
||||
SSL_library_init();
|
||||
|
Loading…
Reference in New Issue
Block a user