Loading ssl/s2_pkt.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) * write */ if ((s->s2->wpend_tot > (int)len) || ((s->s2->wpend_buf != buf) && (!s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) { SSLerr(SSL_F_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); return(-1); Loading ssl/s3_pkt.c +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, /* XXXX */ if ((s->s3->wpend_tot > (int)len) || ((s->s3->wpend_buf != buf) && (!s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) || (s->s3->wpend_type != type)) { SSLerr(SSL_F_SSL3_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); Loading Loading
ssl/s2_pkt.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) * write */ if ((s->s2->wpend_tot > (int)len) || ((s->s2->wpend_buf != buf) && (!s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) { SSLerr(SSL_F_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); return(-1); Loading
ssl/s3_pkt.c +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, /* XXXX */ if ((s->s3->wpend_tot > (int)len) || ((s->s3->wpend_buf != buf) && (!s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) || (s->s3->wpend_type != type)) { SSLerr(SSL_F_SSL3_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); Loading