From 8a385449ce225bbf2acf5ba2fc8d32d555b5dfa0 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 3 Dec 2019 09:22:27 -0800 Subject: [PATCH] [#113] Mention StreamSSL as an example windows schannel implementation --- ixwebsocket/IXSocketSChannel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ixwebsocket/IXSocketSChannel.cpp b/ixwebsocket/IXSocketSChannel.cpp index 82ebde60..3926e5ff 100644 --- a/ixwebsocket/IXSocketSChannel.cpp +++ b/ixwebsocket/IXSocketSChannel.cpp @@ -9,6 +9,9 @@ * * This is the right example to look at: * https://www.codeproject.com/Articles/1000189/A-Working-TCP-Client-and-Server-With-SSL + * + * Similar code is available from this git repo + * https://github.com/david-maw/StreamSSL */ #include "IXSocketSChannel.h"