From 2a19e4ca4c938457205a71adc2cb77f5830c58eb Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sat, 16 Jul 2022 20:46:19 +0200 Subject: [PATCH] bearssl: spelling (#294) --- chronos/streams/tlsstream.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]