aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2016-01-30 13:35:41 +0100
committerMatthias Andree <matthias.andree@gmx.de>2016-01-30 13:35:41 +0100
commit688adb00d622b65f7115644740f452c212c7e078 (patch)
tree347605e49afddce8adec8c8f3e21f457b28c31ed /socket.c
parent339667c1a56fa4a0ab0427c7cccaf067e4c38b0e (diff)
downloadfetchmail-688adb00d622b65f7115644740f452c212c7e078.tar.gz
fetchmail-688adb00d622b65f7115644740f452c212c7e078.tar.bz2
fetchmail-688adb00d622b65f7115644740f452c212c7e078.zip
Avoid C99-style comment.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c3
1 files changed, 1 insertions, 2 deletions
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*