typo
This commit is contained in:
parent
e105643595
commit
1afd8b3942
@ -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);
|
||||
|
@ -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…
Reference in New Issue
Block a user