From 688adb00d622b65f7115644740f452c212c7e078 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jan 2016 13:35:41 +0100 Subject: Avoid C99-style comment. --- socket.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'socket.c') diff --git a/socket.c b/socket.c index 276c5b43..2e1321fa 100644 --- a/socket.c +++ b/socket.c @@ -976,8 +976,7 @@ int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck myproto = NULL; } } - // do not combine into an else { } as myproto may be nulled - // above! + /* 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* -- cgit v1.2.3