projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e406f
)
Remove the bugfix that was really a bug.
author
Ben Laurie
<ben@openssl.org>
Mon, 4 Jan 1999 20:11:31 +0000
(20:11 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 4 Jan 1999 20:11:31 +0000
(20:11 +0000)
Submitted by: Arne Ansper <arne@ats.cyber.ee>
CHANGES
patch
|
blob
|
history
crypto/bio/bss_sock.c
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index c9ea66ee74904f8e59b6e3d2a495d1faf6892e19..36064507e87f686e69d563a5aca3857eabd92d86 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-5,6
+5,9
@@
Changes between 0.9.1c and 0.9.2
+ *) BIO_s_socket() had a broken should_retry() on Windoze.
+ [Arne Ansper <arne@ats.cyber.ee>]
+
*) BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.
[Arne Ansper <arne@ats.cyber.ee>]
diff --git
a/crypto/bio/bss_sock.c
b/crypto/bio/bss_sock.c
index a664377d39a467e1931d18fba71f36c6e8b012d7..299787aa1dd659347d98fd203049770f6ab6962e 100644
(file)
--- 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