The branch OpenSSL_1_1_1-stable has been updated via 5cd84a9db8446eacb688bab318c5476a45c41ec4 (commit) from 5402f96aba9dd3d0b3006b8b2651bd27d3cbf326 (commit)
- Log ----------------------------------------------------------------- commit 5cd84a9db8446eacb688bab318c5476a45c41ec4 Author: Tianjia Zhang <tianjia.zh...@linux.alibaba.com> Date: Mon Sep 27 09:44:29 2021 +1000 ssl: Correct filename in README Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Richard Levitte <levi...@openssl.org> Reviewed-by: Paul Dale <pa...@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 |