[openssl] master update

tomas at openssl.org tomas at openssl.org
Tue Feb 1 16:49:40 UTC 2022


The branch master has been updated
       via  7c7c3561ebfb26799e2d12b5f9f0826731a6a06b (commit)
      from  b375a8ac9b672bba8e651c11afd2e0a466563742 (commit)


- Log -----------------------------------------------------------------
commit 7c7c3561ebfb26799e2d12b5f9f0826731a6a06b
Author: yangyangtiantianlonglong <yangtianlong1224 at 163.com>
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 <matt at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (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()
  */


More information about the openssl-commits mailing list