summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_sock.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-02-27 12:17:40 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-02-27 12:17:40 +0000
commit74d7abc2ab54e725f7cfbc2fa7bad95f93e4dc63 (patch)
treef61e38dc0ebc1355bef750e0dd56f011587eaf1a /crypto/bio/bss_sock.c
parentc707fb2741b34018de6bdf2e45cba4b4b6ab38c0 (diff)
Get rid of remaining C++-style comments which strict C compilers hate.
(Pointed out by Carlos Amengual).
Diffstat (limited to 'crypto/bio/bss_sock.c')
-rw-r--r--crypto/bio/bss_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c
index 299787aa1d..cfd2f11992 100644
--- a/crypto/bio/bss_sock.c
+++ b/crypto/bio/bss_sock.c
@@ -385,7 +385,7 @@ int i;
err=get_last_sys_error();
#endif
-#if defined(WINDOWS) && 0 /* more microsoft stupidity *//* perhaps not? Ben 4/1/99 */
+#if defined(WINDOWS) && 0 /* more microsoft stupidity? perhaps not? Ben 4/1/99 */
if ((i == -1) && (err == 0))
return(1);
#endif