The branch master has been updated
via 7c7c3561ebfb26799e2d12b5f9f0826731a6a06b (commit)
from b375a8ac9b672bba8e651c11afd2e0a466563742 (commit)
- Log -----------------------------------------------------------------
commit 7c7c3561ebfb26799e2d12b5f9f0826731a6a06b
Author: yangyangtiantianlonglong <[email protected]>
Date: Sat Jan 29 17:08:50 2022 +0800
Update the comment on ssl3_write_pending()
The struct s->s3 has been modified.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/17611)
-----------------------------------------------------------------------
Summary of changes:
ssl/record/rec_layer_s3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/record/rec_layer_s3.c b/ssl/record/rec_layer_s3.c
index c8b078021b..ce579613fe 100644
--- a/ssl/record/rec_layer_s3.c
+++ b/ssl/record/rec_layer_s3.c
@@ -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()
*/