Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23191)
rl->handshake_fragment_len = 0;
rl->wpend_tot = 0;
rl->wpend_type = 0;
- rl->wpend_ret = 0;
rl->wpend_buf = NULL;
if (rl->rrlmethod != NULL)
s->rlayer.wpend_tot = 0;
s->rlayer.wpend_type = type;
s->rlayer.wpend_buf = buf;
- s->rlayer.wpend_ret = len;
}
if (tot == len) { /* done? */
/* number bytes written */
size_t wpend_tot;
uint8_t wpend_type;
- /* number of bytes submitted */
- size_t wpend_ret;
const unsigned char *wpend_buf;
/* Count of the number of consecutive warning alerts received */