bearssl: spelling (#294)

This commit is contained in:
Jacek Sieka 2022-07-16 20:46:19 +02:00 committed by GitHub
parent f2e4d447d6
commit 2a19e4ca4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ type
handshakeFut*: Future[void]
TLSAsyncStream* = ref object of RootRef
xwc*: X509NoAnchorContext
xwc*: X509NoanchorContext
ccontext*: SslClientContext
scontext*: SslServerContext
sbuffer*: seq[byte]