Skip to content
Snippets Groups Projects
Commit b163fa2f authored by deuce's avatar deuce
Browse files

Notify that TLS is starting.

parent 634c29e2
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,10 @@ if(!socket.connect(host,port)) {
exit();
}
print("Connected");
socket.ssl_session=tls;
if(tls) {
print("Negotiating TLS");
socket.ssl_session=true;
}
readln();
if(username!=undefined && username.length) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment