From b26de571722e81d4801884194fb6a533baaab4c1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jan 2016 13:36:43 +0100 Subject: Avoid another C99-style comment. --- socket.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'socket.c') diff --git a/socket.c b/socket.c index 2e1321fa..d197c923 100644 --- a/socket.c +++ b/socket.c @@ -978,9 +978,8 @@ int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck } /* do not combine into an else { } as myproto may be nulled above! */ if (!myproto) { - // SSLv23 is a misnomer and will in fact use the best - // available protocol, subject to SSL_OP_NO* - // constraints. + /* SSLv23 is a misnomer and will in fact use the best + available protocol, subject to SSL_OP_NO* constraints. */ _ctx[sock] = SSL_CTX_new(SSLv23_client_method()); } if(_ctx[sock] == NULL) { -- cgit v1.2.3