openssl/include
Matt Caswell be203ea3d3 Fix a mem leak when the FIPS provider is used in a different thread
We were neglecting to register the main thread to receive thread stop
notifications. This is important if the thread that starts the FIPS
provider is not the same one that is used when OPENSSL_cleanup() is
called.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21964)
2023-09-27 17:23:04 +01:00
..
crypto Fix a mem leak when the FIPS provider is used in a different thread 2023-09-27 17:23:04 +01:00
internal Remove use of _Static_assert 2023-09-15 09:20:05 +10:00
openssl fips: use seed source requested 2023-09-27 17:23:04 +01:00