workaround #15713 disable freebsd tssl.nim (#15718)

(cherry picked from commit b56a037183)
This commit is contained in:
Timothee Cour
2020-10-26 03:10:38 +02:00
committed by narimiran
parent c225d0182a
commit d08c2f195c

View File

@@ -1,7 +1,9 @@
discard """
joinable: false
disabled: "freebsd"
disabled: "openbsd"
"""
# disabled: pending bug #15713
import net, nativesockets
when defined(posix): import os, posix