[openssl] OpenSSL_1_1_1-stable update

Dr. Paul Dale pauli at openssl.org
Sun Sep 26 23:46:52 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  5cd84a9db8446eacb688bab318c5476a45c41ec4 (commit)
      from  5402f96aba9dd3d0b3006b8b2651bd27d3cbf326 (commit)


- Log -----------------------------------------------------------------
commit 5cd84a9db8446eacb688bab318c5476a45c41ec4
Author: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
Date:   Mon Sep 27 09:44:29 2021 +1000

    ssl: Correct filename in README
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16671)

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

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

diff --git a/ssl/statem/README b/ssl/statem/README
index 86cc066372..bafe33060c 100644
--- a/ssl/statem/README
+++ b/ssl/statem/README
@@ -55,7 +55,7 @@ Conceptually the state machine component is designed as follows:
                |       |                   |      |
    ____________V_______V________   ________V______V_______________
   |                             | |                               |
-  | statem_both.c               | | statem_dtls.c                 |
+  | statem_lib.c                | | statem_dtls.c                 |
   |                             | |                               |
   | Non core functions common   | | Non core functions common to  |
   | to both servers and clients | | both DTLS servers and clients |


More information about the openssl-commits mailing list