Fix compilation error with nimcrypto/utils import.
This commit is contained in:
parent
3569e4d553
commit
9b48496513
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue