[openssl] master update

Dr. Paul Dale pauli at openssl.org
Fri Apr 9 07:03:16 UTC 2021


The branch master has been updated
       via  3201abeb46eb8c8bfa3d7a9242d0e8a9d7b2539a (commit)
      from  dfccfde06562ac87fe5e5f9401ba86cad050d9a2 (commit)


- Log -----------------------------------------------------------------
commit 3201abeb46eb8c8bfa3d7a9242d0e8a9d7b2539a
Author: Nan Xiao <nan at chinadtrace.org>
Date:   Wed Apr 7 17:10:25 2021 +0800

    Fix typo in statem_clnt.c
    
    CLA: trivial
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14791)

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

Summary of changes:
 ssl/statem/statem_clnt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index 8686b1e684..c5817fc6bc 100644
--- a/ssl/statem/statem_clnt.c
+++ b/ssl/statem/statem_clnt.c
@@ -1761,7 +1761,7 @@ static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s,
     return MSG_PROCESS_ERROR;
 }
 
-/* prepare server cert verificaton by setting s->session->peer_chain from pkt */
+/* prepare server cert verification by setting s->session->peer_chain from pkt */
 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
 {
     unsigned long cert_list_len, cert_len;


More information about the openssl-commits mailing list