[openssl] master update

Dr. Paul Dale pauli at openssl.org
Tue Sep 28 08:14:18 UTC 2021


The branch master has been updated
       via  105af0ad923a665ca5fee296b52dbf34b524a2aa (commit)
      from  2d34e5b2ecf6a5db982c53bb56c62249b7791051 (commit)


- Log -----------------------------------------------------------------
commit 105af0ad923a665ca5fee296b52dbf34b524a2aa
Author: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
Date:   Sat Sep 25 18:06:15 2021 +0800

    ssl: Correct comment for ssl3_read_bytes()
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16680)

-----------------------------------------------------------------------

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 ea7b0cbfde..d26437f026 100644
--- a/ssl/record/rec_layer_s3.c
+++ b/ssl/record/rec_layer_s3.c
@@ -1246,7 +1246,7 @@ int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, size_t len,
  *
  * This function must handle any surprises the peer may have for us, such as
  * Alert records (e.g. close_notify) or renegotiation requests. ChangeCipherSpec
- * messages are treated as if they were handshake messages *if* the |recd_type|
+ * messages are treated as if they were handshake messages *if* the |recvd_type|
  * argument is non NULL.
  * Also if record payloads contain fragments too small to process, we store
  * them until there is enough for the respective protocol (the record protocol


More information about the openssl-commits mailing list