diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-05-27 23:00:31 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-05-27 23:17:58 +0300 |
commit | 248adb61e7a0d0e196c1f7a433d879e2a0802983 (patch) | |
tree | d10a382f72e8eee76b5b86f965d84f623785c6db /contrib/python/matplotlib/py2/src/_contour_wrapper.cpp | |
parent | cc7006763c2335afaed9b76e4273339f91ed43cc (diff) | |
download | ydb-248adb61e7a0d0e196c1f7a433d879e2a0802983.tar.gz |
Do not de-initialize openssl to avoid races
Initialize openssl in pre-main (by the means of `SRCS GLOBAL`) to reduce chance of concurrent initialization with different flags.
Do not de-initialize openssl to avoid races during `atexit` cleanup.
It looks like `OPENSSL_cleanup()` does nothing in case of static linkage (according to ASan report).
commit_hash:7d4bf183233970cc1772b1b8f2745044cc645c29
Diffstat (limited to 'contrib/python/matplotlib/py2/src/_contour_wrapper.cpp')
0 files changed, 0 insertions, 0 deletions