summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-12-06 10:52:47 +0100
committerPauli <pauli@openssl.org>2023-01-31 11:04:45 +1100
commitf006e27ff02cd2303a2520ef73c53470490edbc3 (patch)
tree8ded0f01bf12edfd7b7f464bd90280958ad929dc /crypto
parentb4120a155bad48fcac0ea5abe65a08eddfe9a4eb (diff)
Workaround crash in atexit on NonStop platforms
We cannot dynamically load the legacy provider into an application that is linked statically to libcrypto as this causes a double loading of libcrypto (one static and one dynamic) and on NonStop this leads to a segfault in atexit(). Fixes #17537 Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19844) (cherry picked from commit 8bb55680e46c868b0aa09682c2bef954231841b5)
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions