mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-03 17:17:12 +02:00
parent
f049898c8b
commit
c976c32e52
@ -157,18 +157,6 @@ void OpenSSLInitializer::uninitialize()
|
|||||||
#endif
|
#endif
|
||||||
delete [] _mutexes;
|
delete [] _mutexes;
|
||||||
#endif
|
#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