mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-15 19:39:33 +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