mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
parent
f049898c8b
commit
c976c32e52
@ -157,18 +157,6 @@ void OpenSSLInitializer::uninitialize()
|
||||
#endif
|
||||
delete [] _mutexes;
|
||||
#endif
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
||||
OSSL_PROVIDER* provider = nullptr;
|
||||
if ((provider = _defaultProvider.exchange(nullptr)))
|
||||
{
|
||||
OSSL_PROVIDER_unload(provider);
|
||||
}
|
||||
if ((provider = _legacyProvider.exchange(nullptr)))
|
||||
{
|
||||
OSSL_PROVIDER_unload(provider);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user