Update the comment on ssl3_write_pending()

The struct s->s3 has been modified.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17611)
This commit is contained in:
yangyangtiantianlonglong 2022-01-29 17:08:50 +08:00 committed by Tomas Mraz
parent b375a8ac9b
commit 7c7c3561eb

View File

@ -1151,7 +1151,7 @@ int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
return -1;
}
/* if s->s3.wbuf.left != 0, we need to call this
/* if SSL3_BUFFER_get_left() != 0, we need to call this
*
* Return values are as per SSL_write()
*/