diff --git a/tests/testasyncstream.nim b/tests/testasyncstream.nim index 157ed058..44462af0 100644 --- a/tests/testasyncstream.nim +++ b/tests/testasyncstream.nim @@ -8,7 +8,7 @@ import unittest import ../chronos import ../chronos/streams/[tlsstream, chunkstream, boundstream] -import nimcrypto/utils + when defined(nimHasUsed): {.used.} # To create self-signed certificate and key you can use openssl