mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-04 04:40:27 +00:00
Prevent spurious segfaults when OpenSSL is used in multithreaded environments since the library isn't able to handle thread-local memory. Fixes #9016