Просмотр исходного кода

Sync with upstream's fix for PR#3321.

(Imported from upstream's f710c3f198)
kris/onging/CECPQ3_patch15
Adam Langley 10 лет назад
Родитель
Сommit
45fb1eca0d
1 измененных файлов: 0 добавлений и 5 удалений
  1. +0
    -5
      ssl/s3_pkt.c

+ 0
- 5
ssl/s3_pkt.c Просмотреть файл

@@ -675,10 +675,6 @@ static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
SSL3_BUFFER *wb=&(s->s3->wbuf);
SSL_SESSION *sess;

if (wb->buf == NULL)
if (!ssl3_setup_write_buffer(s))
return -1;

/* first check if there is a SSL3_BUFFER still being written
* out. This will happen with non blocking IO */
if (wb->left != 0)
@@ -693,7 +689,6 @@ static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
/* if it went, fall through and send more stuff */
}

/* Dispatching the alert may have released the write buffer. */
if (wb->buf == NULL)
if (!ssl3_setup_write_buffer(s))
return -1;


Загрузка…
Отмена
Сохранить