Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -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>] Loading crypto/bio/bss_sock.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -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>] Loading
crypto/bio/bss_sock.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading