From d72e5e70f61079128243e4e73a1fd92ac1fdf39a Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 23 Dec 2019 12:25:25 -0800 Subject: [PATCH] socket tls options: display ciphers --- ixwebsocket/IXSocketTLSOptions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ixwebsocket/IXSocketTLSOptions.cpp b/ixwebsocket/IXSocketTLSOptions.cpp index 08d43705..2ea22b2a 100644 --- a/ixwebsocket/IXSocketTLSOptions.cpp +++ b/ixwebsocket/IXSocketTLSOptions.cpp @@ -81,6 +81,7 @@ namespace ix ss << " keyFile = " << keyFile << std::endl; ss << " caFile = " << caFile << std::endl; ss << " ciphers = " << ciphers << std::endl; + ss << " ciphers = " << ciphers << std::endl; return ss.str(); } } // namespace ix