Fix compilation error with nimcrypto/utils import.

This commit is contained in:
cheatfate 2021-02-10 11:04:45 +02:00 committed by zah
parent 3569e4d553
commit 9b48496513
1 changed files with 1 additions and 1 deletions

View File

@ -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