Files
Nim/tests/stdlib/tssl.nims
Euan cc4c546f8f Fix #15493 - disable TLS emulation for NetBSD (#15494)
TLS emulation was already disabled for FreeBSD due to the same issue.
2020-10-05 12:00:06 +02:00

6 lines
207 B
Nim

--threads:on
--d:ssl
when defined(freebsd) or defined(netbsd):
# See https://github.com/nim-lang/Nim/pull/15066#issuecomment-665541265 and https://github.com/nim-lang/Nim/issues/15493
--tlsEmulation:off