summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_sock.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-04 20:11:31 +0000
committerBen Laurie <ben@openssl.org>1999-01-04 20:11:31 +0000
commitbb65e20b1cc12f928a2e22765a00d938d1a12ced (patch)
tree622515284e589a92af73ba1827cead0c17d33e01 /crypto/bio/bss_sock.c
parentb5e406f755443900d545b31da359d70448015288 (diff)
Remove the bugfix that was really a bug.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
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 a664377d39..299787aa1d 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) /* more microsoft stupidity */
+#if defined(WINDOWS) && 0 /* more microsoft stupidity *//* perhaps not? Ben 4/1/99 */
if ((i == -1) && (err == 0))
return(1);
#endif