diff --git a/chronos/streams/tlsstream.nim b/chronos/streams/tlsstream.nim index c8df38c..00052af 100644 --- a/chronos/streams/tlsstream.nim +++ b/chronos/streams/tlsstream.nim @@ -81,7 +81,7 @@ type handshakeFut*: Future[void] TLSAsyncStream* = ref object of RootRef - xwc*: X509NoAnchorContext + xwc*: X509NoanchorContext ccontext*: SslClientContext scontext*: SslServerContext sbuffer*: seq[byte]